body{
    background: url(../images/background.png) repeat-x center bottom fixed;
    margin: 0;    
    background-color: #000000;
    /*background-image: url(../images/background.png);*/
    background-size: cover;
    background-position: center bottom;
    background-repeat: repeat-x;
    /*display: block;
    width:100%;
    height: :100%;*/
}

#logo-brand{
    position: relative;
    margin: 1.2% auto;
    display: none;
    /*margin-left: 18%*/
}

.content-game{
    position: relative;
    margin: 0% auto;
    /*border-radius: 100px;
    /*background-color: #261949;
    background-image: url("../images/game_border.png");
    background-repeat: repeat;
    background-size: auto;
    background-position: top center;*/
    -webkit-box-shadow: 0px 0px 25px 0px black;
    /*-moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.74);
    box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.74)top left;*/
    width: 100%;
    height: 110vw;
    /*float:right;
    padding: 0px 20px 0px;*/
    display: block;
    max-width: 600px;
    max-height: 825px;
    /*transform: scale(0.965)*/
}

@media only screen and (max-width: 1315px) {
    .content-game{
        transform: scale(0.965)
    }
  } 

/*@media only screen and (max-width: 1600px) {
  .logo-brand {
      margin-left: 8%;
  }
} 

@media only screen and (max-width: 1320px) {
  .logo-brand {
      margin-left: 3%;
  }
}
/*@media only screen
    and (max-device-width : 1024px)
    and (orientation : landscape)
{

    .logo_sm{
      display: flex;
      position: absolute;
      width: 13%;
      bottom: 50%;
      transform: translateY(50%);
    }

    .content-game{
        top: 8%;
        width: 50%;
    }

    .logo-brand{
    position: relative;
    width: 100% !important;
    left: 0;
    }

}*/
