/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.2.20
Template: pro

*/
.mg_box {
    height: 300px !important;
    width: 25%;
}
#mg_lb_wrap .mg_lb_lcms_slider{
    padding-bottom: 100%;
}
.mg_box:hover .mgi_overlays{
    background-color: rgb(226,65,60,0.5);
}
body .mg_lb_lcms_has_thumbs .lcms_nav_dots span{
    width: 50px;
    height: 30px;
}
@media screen and (max-width:1000px){
    .mg_box {
        width: 33.3%;
    }
}
@media screen and (max-width:768px){
    .mg_box {
        width: 50%;
    }
}
@media screen and (max-width:500px){
    .mg_box {
        width: 100%;
    }
}