

/*--Extra-Small Device---*/
@media (max-width:767px){


    .main-slider .wrap-caption{

        display: none;
    }

}

/* --Small Device-- */
@media (min-width:768px) and (max-width: 991px){
   

    .main-slider .wrap-caption{
        display: none;
    }
}

/* Medium Device */
@media (min-width:992px) and (max-width:1199px){

}

/*---Large Device---*/
@media (min-width:1200px){

    .camera_wrap{

        max-height: 450px;
    }
    .camera_fakehover {
        height: 100%;
        min-height: 400px;
        position: relative;
        width: 100%;
        z-index: 1;
    }
}


