@media all and (min-width:1501px) and (max-width:1600px){}


@media all and  (max-width:1500px){

.banner .container { padding-top: 130px;}
.banner-text h2, .banner .banner_content h2 { color: #fff;  font-size: 50px;}
.wthree-btn{margin: 15px auto;}
.banner .slick-dots{bottom: 20px;}

}

@media all and  (max-width:1300px){
.banner .item figure{height: 600px;}
.banner .item figure img{width: 100%; height: 100%; object-fit: cover; -webkit-object-fit: cover; -o-object-fit: cover; -moz-object-fit: cover;}

}

@media all and  (max-width:768px){

    .banner .banner_content p{display: none;}
    .banner .item figure{height: 480px;}
    .banner-text h2, .banner .banner_content h2{margin-bottom: 15px;}
    .interiordesign figure{width: 100%; margin-bottom: 15px;}
}