/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@media screen and (max-width: 1300px){
    
}
@media screen and (max-width: 1199px){
   

}
@media screen and (min-width:768px) and (max-width: 991px){
    .vendorDetailItem.slick-slide img {
        width: 360px;
        height: 380px;
    }

    body .mvx-theme01 .mvx-banner-below{
        padding: 0;
    }

    body .mvx-theme01 .mvx-address {
        font-size: 16px;
    }

    body .mvx-theme01 .mvx-heading {
        font-size: 30px;
    }

    .vendorDetailCol.vendorDetailDesc {
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px){
    .vendorDetailCol {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 600px){
    .vendorDetailItem.slick-slide img {
        width: 500px;
        height: 380px;
    }

    body .mvx-theme01 .mvx-banner-below{
        padding: 0;
    }

    body .mvx-theme01 .mvx-address {
        font-size: 16px;
    }

    body .mvx-theme01 .mvx-heading {
        font-size: 30px;
    }
}