/*
Theme Name:Chatham Railroad Museum 2024
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/

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

@media only screen and (min-width: 768px) {
  .et_pb_gallery_grid .et_pb_gallery_image {
      padding-top: 100%; /* Change this value to be whatever aspect ratio you want, for example if you wanted portrait - try 180% | or square would be 100% */
      display: block;
  }

  .et_pb_gallery_grid .et_pb_gallery_item img {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover;
  }
}