/*md mode stylesheets */
@media (min-width:992px) and (max-width:1199px){
}
/*sm mode stylesheets*/
@media (min-width:768px) and (max-width:991px){
    .home_slider .slider_caption p {
        text-align: right;
    }
    .home_sliderArrow {
        display: none;
    }
}
/* xs Mode stylesheets*/
@media (min-width: 360px) and (max-width: 767px) {
    .home_slider div.item .slider_caption {
        width: 310px;
    }
    .home_sliderArrow {
        display: none;
    }
    .home_slider .slider_caption p {
        text-align: right;
    }
}
/* custom xs Mode stylesheets*/
@media (max-width: 359px) {
    .home_slider div.item .slider_caption {
        width: 270px;
    }
    .home_sliderArrow {
        display: none;
    }
    .home_slider .slider_caption p {
        text-align: right;
    }
}