/*
 Theme Name:     Modern Roofing
 Description:    Divi Child Theme
 Template:       Divi
 Version:        1.0.0
*/


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

.mfp-title {
	display: none;
}