  .modern_ui_section {
    background-color: var(--light-purple);
    padding: 82px 0 0px 0 !important;
}
 

@media screen and (max-width:1200px) {
  .modern_ui_section {
     padding: 124px 0 0px 0 !important;
}
  

}

footer .top_footer {
     background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #511972;
    padding:26px 0 10px 0;
    position: relative;
    overflow: hidden;
}


#gamebig {
    background: url(../images/game-big.png);
    background-size: contain;
    height: 100vh; background-position-x: 70px;
}

@media screen and (max-width:1200px) {
#gamebig {
        background: #b5cdf1 !important;
    background-size: cover !important;
        height: auto !important; 

 }


}