@media screen and (max-width: 911px){

    .image_desktop{
        display: none;
    }
    .image_mobile img{
        height: 100% !important;
        width: 100% !important;
        object-fit: cover;
    }
    .community .list_blog .content_blog .thumbnail a > img{
        object-fit: scale-down !important;
    }
    .list-category .container-fluid{
        padding:  0px !important
    }
    .slider-catalogue-top{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .products-catalogue .list-category .slider-category .swiper-slide .content{
        padding: 8px !important;
    }
    .banner-slide .box-content{
        padding-bottom: 0px !important;
    }
    .brand-4x4 .slider-brand-4x4 .swiper-slide .image{
        height: 24.375rem !important;  
    }
    .preview_product .swiper-wrapper{
        margin-bottom: 50px;
    } 
    .products-catalogue .list-filter-result-item .box-carousel .carousel-cell
    { 
        height: auto !important;  
    }
    .products-catalogue .list-filter-result-item .box-carousel {
        padding: 1.413rem;
        background-color: #f6f8fa;
        border-radius: .625rem;
        overflow: hidden;
        height: 8.4rem !important
    }
    .list-filter-result-item .flickity-slider .carousel-cell > div{
        padding-top: 10px !important;
    }
    #wpsl-gmap{
        height: 100% !important;
    } 
    #wpsl-gmap-highlight-desktop{
        display: none !important;
    }
    .gm-ui-hover-effect{
        width: 24px !important;
        height: 24px !important;
    }
    .gm-ui-hover-effect span{
        margin: 0px !important;
    }
    .gm-style-iw-ch{
        padding-top: 0px !important;
    }
    .wpsl-info-window{
        margin-bottom: 8px !important;
        margin-top: -5px !important;
    }
} 