/*
Theme Name:Child Theme for Divi
Theme URI: https://developer.wordpress.org/themes/advanced-topics/child-themes/
Description: Child Theme For Divi
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */

/*this sets the height of the image module*/
.pa-full-height-image-column {
	height: 100%;
}

/*this sets the height of the image container*/

.pa-full-height-image-column .et_pb_image_wrap {
	height: 100%;
}

/*this sets the height and fit of the actual image*/
.pa-full-height-image-column img {
	object-fit: cover;
	height: 100%;
}

/*make the Divi mobile dropdown menu scrollable*/
.et_mobile_menu {
overflow: scroll !important;
max-height: 80vh;
}