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

.hero-trail {
  position: relative;
  overflow: hidden;
}

.hero-trail-shape {
  position: absolute;
  width: 120px;
  height: 180px;
  pointer-events: none;
  opacity: 1;
  transition: transform 0.5s ease, opacity 1.5s ease;
  will-change: transform, opacity;
}

@keyframes svgTilt {
  0% { transform: rotate(0deg); }
  50% { transform: rotate(2deg); }
  100% { transform: rotate(0deg); }
}
@media only screen and (max-width: 980px) {
.two-columns .et_pb_column {
width: 50%!important;
}
.three-columns .et_pb_column {
width: 33.33%!important;
}
.four-columns .et_pb_column {
width: 25%!important;
}
}