@media (max-width: 768px){
    .slider1-area .img-responsive {
        display: none;
    }
    .nivoSlider img {
        height: 100%;
    }
    .col-lg-6 .featured-box .featured-img-holder img {
        max-height: 415px;
    }
    .rc-carousel.category-owl .owl-item img {
        height: 400px;
        width: 100%;
    }
    a.logo-mobile-menu img {
        width: 150px;
    }
}