.divi-lazy-youtube {
  position: relative;
  background: #000;
  cursor: pointer;
  aspect-ratio: 16/9;
  overflow: hidden;
  /* border-radius: 6px; */
}

.divi-lazy-youtube img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Make sure the overlay covers the thumbnail area */
.divi-lazy-youtube .et_pb_video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.divi-lazy-youtube .et_pb_video_overlay_hover {
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.divi-lazy-youtube .et_pb_video_overlay_hover .et_pb_video_play {
    position: relative !important;
    bottom: unset !important;
    right: unset !important;
    margin: unset !important;
    display: unset !important;
    width: 6rem;
    height: 6rem;
    text-decoration: none;
    top: unset !important;
    left: unset !important;
}

.divi-lazy-youtube .et_pb_video_overlay_hover .et_pb_video_play:before {
    font-family: ETmodules;
    content: "I";
    color: #ffffff;
    font-size: 6rem;
    line-height: 6rem;
    text-align: center;
    display: block;
    opacity: .15;
}

.divi-lazy-youtube iframe {
  width: 100%;
  height: 100%;
  display: block;
}