/*
Theme Name: My Birthing Kit
Theme URI: http://www.mybirthingkit.com/
Template: Divi
Author: Kreative Konceptionz
Author URI: http://www.kreativekonceptionz.co.za
Description: Smart. Flexible. Beautiful.
Version: 4.27.4.1746802277
Updated: 2025-05-09 16:51:17

*/

/*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%;
}