@media screen and (min-width: 768px) and (max-width: 979px){

.span9.with_sidebar .camera_fakehover, .span9.with_sidebar .camera_wrap{

    width:539px !important;
    height: 201px !important;
}
.span9.with_sidebar .es-carousel ul li{
    margin-right: 6px!important;
}
.span9.with_sidebar .box-product .span3{
    width:152px !important;
}
}

@media screen and (max-width: 767px){

.span9.with_sidebar .camera_fakehover, .span9.with_sidebar .camera_wrap{

    width:100% !important;
    height: 112px !important;
}
}
@media screen and (min-width:480px) and (max-width: 767px){

.span9.with_sidebar .camera_fakehover, .span9.with_sidebar .camera_wrap{

    width:100% !important;
    height: 164px !important;
}
}

@media (max-width: 767px) {
.span9.with_sidebar .es-carousel ul li {margin-right: 0px!important;}
}
@media (min-width: 480px) and (max-width: 767px) {    
.span9.with_sidebar .es-carousel ul li {width: 192px!important; margin-right: 10px!important;}
}