

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    .carousel.responsive_height .carousel-inner .slider_content{
        padding-top: 64px;
    }
}
@media only screen and (max-width: 600px){
    .q_image_with_text_over .text p {
      font-size: 12px;
    }
    .q_image_with_text_over .caption {
      font-size: 15px;
    }
}
@media only screen and (max-width: 600px){
    body.page-id-1815 .content .column1 aside.sidebar {
         display: none !important;
    }
}