.img3, .three-imgs img{
    object-fit: cover;
    width: 100%;
}

nav .logo>img{
    filter: brightness(0.7);
}

@media screen and (max-width: 1200px) {

    .maison-img {
        margin: 20px 0;
    }

    .nopadd .col-xl-4 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .video-intro iframe{
        height: 300px;
    }

    #youtube .section-title{
        margin: 0 !important;
    }

    #press .section-info p{
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 992px) {
    #rtw .owl-carousel .owl-item img {
        height: 700px !important;
        object-fit: cover;
        object-position: center bottom;
    }

    .hidden-look, .hidden-menu{
        display: none;
    }

    .img1{
        height: 500px;
    }

    .three-imgs img{
        height: 300px;
    }

    .banner-area .owl-carousel .owl-item img{
        height: 600px;
    }

}


@media screen and (max-width: 768px) {
    .look-container img{
        height: 400px;
    }

    .three-imgs img{
        height: 600px;
        margin-bottom: 15px;
    }

    .banner-area .owl-carousel .owl-item img{
        height: 600px;
    }
}


@media screen and (max-width: 576px) {
    .categories-area .single-item .item-image {
        height: 600px;
        background-position: bottom center;
    }

    .hero-text h1 {
        font-size: 25px;
    }

    .client-area .single-item .item-image,
    .bulletin-img {
        height: 300px;
    }

    .ceo {
        background-attachment: unset;
    }

    #rtw .item-content {
        display: none;
    }

    #spotlight .video-content p {
        display: none;
    }

    #spotlight .video-content h4 {
        max-width: 350px;
    }

    .maison-img{
        padding: 50px 20px 40px;
    }

    nav .logo>img{
        max-width: 160px !important;
    }

    .banner-area{
        height: 50vh !important;
    }

    #seperator{
        background-attachment: unset;
        background-size: contain;
        background-repeat: no-repeat;
        height: 250px;
    }

    .designer-img{
        width: 100%;
    }

    /* .banner-area{
        height: unset !important;
        margin: 0 !important;
    } */

    #rtw .owl-carousel .owl-item img {
        height: 600px !important;
        object-fit: cover;
        object-position: center bottom;
    }

    h2{
        font-size: 22px;
    }

    .three-imgs img{
        height: 400px;
        margin-bottom: 15px;
        object-position: top;
    }

    .press-release{
        background-attachment: unset !important;
    }

    .blog-item{
        padding: 0;
    }

    h5 {
        font-size: 16px;
    }

    .look-container p, .mega-menu-list .mega-menu a{
        font-size: 13px;
    }

    .margin-top-mobile{
        margin-top: 20px;
    }
    
}

@media screen and (max-width: 450px) {
    .look-container img{
        height: 300px;
    }
}