/*======================================
Theme Name: Divi Child
Theme URI: https://divicake.com/
Description: Divi child theme
Version: 1.0
Author: Divi Cake
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

.et_pb_gallery_image.landscape img {
 	width: 480vw;
    height: 25vw;
    object-fit: cover;
}

@media screen and (max-width:767px){
	.et_pb_gallery_image.landscape img {
		width: 480vw;
		height: 75vw;
		object-fit: cover;
	}
}