/**
 * Theme Name:     Extra Child
 * Author:         Timm
 * Template:       Extra
 * Text Domain:	   extra-child
 * Description:    Child theme for Divi Extra
 */

/*image aspect ratio landscape 16:9*/
/*
.pa-image-16-9 .et_pb_image_wrap {
padding-top: 56.25%;
display: block;
}

.pa-image-16-9 .et_pb_image_wrap {
position: absolute;
width: 1200px;
height: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
object-fit: cover;
}
*/

/*image aspect ratio landscape 2:3*/
/*
.pa-image-16-9-2-3 .et_pb_image_wrap {
padding-top: 150%;
display: block;
}

.pa-image-16-9-2-3 .et_pb_image_wrap img {
position: absolute;
max-width:500px; 
max-height:1200px; 
height: auto;
width: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
object-fit: cover;
}
*/