
@media (min-width: 1200px) {
    .mob-dis-none{display:none;}
.desk-dis{display:block;}
}




.banner-1{background-image:url('../img/bg-img/legacy.jpg'); background-size: cover;  background-position: center; background-repeat: no-repeat; }
.banner-2{background-image:url('../img/bg-img/grand-loby.jpg'); background-size: cover;  background-position: center; background-repeat: no-repeat;}
.banner-3{background-image:url('../img/bg-img/swimming-pool.jpg'); background-size: cover;  background-position: center; background-repeat: no-repeat;}

/*===============mobile===============*/

@media (max-width:575px){ 

.mob-dis{display:block;}
.desk-dis-none{display:none;}

.banner-1{background-image:url('../img/bg-img/legacy.jpg');background-size: cover;  background-position: center; background-repeat: no-repeat; height:100vh;}
.banner-2{background-image:url('../img/bg-img/grand-loby-m.jpg');background-size: cover;  background-position: center; background-repeat: no-repeat; }
.banner-3{background-image:url('../img/bg-img/swimming\ pool-m.jpg');background-size: cover;  background-position: center; background-repeat: no-repeat; }


}