/*
 Theme Name:  Divi Child Theme Studio369 2025
 Theme URI:    https://studio369.eu
 Description:  Child Theme for Divi
 Author:       S Angel
 Author URI:   https://studio369.eu
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/*Hide the title in the gallery*/
.mfp-title {
    display: none;
  }
  
  /* Disable gallery animation effect from the left */
  .et_pb_gallery_item {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
  }