/*
Theme Name: Divi Custom Blog Theme
Theme URI: http://yourwebsite.com
Description: Custom blog for Miromar Outlet Sales
Author: Ian P
Author URI: http://yourwebsite.com
Version: 2.0.0
Template: Divi
*/

/*box sec*/

@media only screen and (min-width: 1370px) {
    .et_pb_section.et_pb_section_4.et_section_regular .et_pb_row {
        height: 100%;
        padding: 0;
    }
    
    .et_pb_section.et_pb_section_4.et_section_regular .et_pb_section {background: #f3f3f3;}
    
    .et_pb_section.et_pb_section_4.et_section_regular .et_pb_row .et_pb_module.et_pb_de_mach_thumbnail{
        max-height: 68vh !important;
        height: 68vh !important;
        background: #f3f3f3;
    }
    
    .et_pb_section.et_pb_section_4.et_section_regular .et_pb_row .et_pb_column .et_pb_module_inner {
        max-height: 100% !important;
        height: 100% !important;
    }
    
    .et_pb_section.et_pb_section_4.et_section_regular .et_pb_row .et_pb_module.et_pb_de_mach_thumbnail img {
        width: 100%;
        object-fit: cover;
        max-height: 100% !important;
        height: 100% !important;
    }
    
    .et_pb_section.et_pb_section_4.et_section_regular .et_pb_row + .et_pb_row .et_pb_column {
        background: #f3f3f3;
    }
}