/*
Theme Name:     theme02-V3 Child theme
Theme URI: 		https://estudiosmax.com
Description: Funciones adicionales para theme02-V3
Author: Estudios Max - Servicios Informáticos
Author URI: https://estudiosmax.com
Template:       Theme02-V3
Version:        10.4.1
*/
.td-grid-style-1.td-hover-1 .td-module-thumb .entry-thumb {
    object-fit: cover;
    object-position: center center;
    width: 100%;
}
.td-module-thumb .entry-thumb {
    display: block;
    object-fit: cover;
    object-position: center center;
}

.td_module_mx1 img {
    width:356px;
    
}
.td_module_4 img {
    width:356px;
    
}
.td_module_6 img {
    width: 100px;
    height: 70px;
}
.td-module-thumb {
    position: relative;
    margin-bottom: 13px;
    height: 235px;
}
.td_module_mx8 .entry-thumb {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.td_module_mx8 .td-module-thumb {
    margin-bottom: 5px;
    overflow: hidden;
    height: 300px;
}
.td_module_mx2 .td-module-thumb {
    position: absolute;
    margin-bottom: 0;
    height: 70px;
}
.td_module_mx2 .entry-thumb {
    width: 80px;
    object-fit: cover;
    object-position: center center;
}
.td_module_6 .td-module-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px !important;
}
.td-grid-style-1.td-hover-1 .td-module-thumb .entry-thumb {
 height: 100% !important;
}
img {
    max-width: 100%;
    width: auto\9;
    height: 100%;
}