
.img-fluid {
  display: none;
}
@media screen and (max-width: 1000px) {
  .game-screen {
    background-size: cover;
    background-position: 75%;
    background-repeat: no-repeat;
  }
  .img-fluid {
    display: block;
  }
  .ads-mobile {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .gamecreen {
  }
}
