/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Make Divi image modules preserve aspect ratio and reserve space */
.et_pb_module .et_pb_image img {
  display: block;
  width: 100%;
  height: auto;
  /* Fallback aspect ratio — replace or override with per-image class */
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
