/**
 * Theme Name:     Divi Child Theme
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child-theme
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */
/*blog image aspect ratio landscape 16:9*/

.blog-image-aspect-ratio .entry-featured-image-url {
padding-top: 56.25%;
display: block;
}
@media only screen and (min-width: 768px) {
.blog-image-aspect-ratio .et_pb_post {
min-height: 460px;
max-height: 460px;
}
}
.blog-image-aspect-ratio .entry-featured-image-url img {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
object-fit: cover;
} 
