.overlay-background-style-custom {
  top: auto !important;
  bottom: 0 !important;
  border-radius: 0px 0px 75px 75px;

}

.sppb-addon-overlay-image-content-custom {

  padding-bottom: 0;
}

.sppb-addon-subtitle {
  display: flex;
  align-items: baseline;
  min-width: fit-content;
}

.overlay-image-title {

  display: flex;
  align-items: baseline;
  width: 100%;
}

.dot {
  content: '';
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #fff 10px, transparent 10px);
  background-size: 20px 20px;
  background-repeat: repeat-x;
  transition: width 0.5s ease; /* Transition pour la propriété 'width' */
  margin-left: 30px;
}

.dot.shrink-after {
  width: 0%;
}
.image-effect-slide-left .overlay-background-image {
  width: 100%;
border-radius: 75px;
  transform: none!important;
}