.video-embed-field-lazy-play {
  background: url('../../assets/play-button.svg') no-repeat;
  z-index: 11;
}

.video-embed-field-lazy {
  position: relative;
}

.video-embed-field-lazy:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.video-embed-field-lazy .video-embed-field-responsive-video iframe {
  z-index: 11;
  width: 100%;
}