@media only screen and (min-width: 375px) {
    .agent__video{
        width: 350px;
    }
}

@media only screen and (min-width: 425px) {
    .agent__video{
        width: 400px;
    }

    .section__title h1{
        font-size: 2rem;
    }

    .header__logo__wrapper{
        max-width: 75px;
    }
}

@media only screen and (min-width: 768px) {
    .footer_menu ul{
        text-align: start;
    }

    .agent__video{
        width: 700px;
    }
}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1024px) {
   .Home__about_description{
    max-width: 700px;
   }

   .home__game_type_wrapper{
     background-position: right;
     background-size: contain;
  }

  .lottery-section,.slots-section{
    background-position: left;
  }
  .overlay{
    display: none;
  }
}

@media only screen and (min-width: 1440px) {
    .Home__about_img{
        width: 300px;
    }
  
    .Home__about_description{
        max-width: 990px;
       }
}

@media only screen and (min-width: 2560px) {


}
