

@media only screen and (max-width: 480px) {
.q_logo a{height: 20px !important;}
}

body.home .ls-nav-prev, body.home .ls-nav-next{display: none !important;}

@media (max-width: 567px) {
    .carousel-inner .item:nth-child(2) .slider_content.left{
        width: 58% !important;
    }
}

@media only screen and (min-width : 480px) and (max-width : 768px) {
.q_logo a{height: 30px !important;}
}

@media only screen and (min-width : 768px) and (max-width : 1124px) {
.q_logo a{height: 40px !important;}
}

@media only screen and (min-width : 1124px) {
.q_logo a{height: 50px !important;}
}