.lae-video-tarteaucitron .overlay_element {
  cursor: pointer;
  transition: opacity 0.3s;

  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lae-video-tarteaucitron .transparent_overlay {
  opacity: 0;
  pointer-events: none;
}

.lae-video-tarteaucitron {
  position: relative;
  overflow: hidden;
}

.lae-video-tarteaucitron iframe {
  border-width: 0;
}

.lae-video-tarteaucitron .overlay_image {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}

.lae-video-tarteaucitron .overlay_background {
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lae-video-tarteaucitron .overlay_icon {
  position: absolute;
}

.lae-video-tarteaucitron .tac_activate_youtube {
  z-index: 10;
  position: relative;
}
