.lazy-youtube {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: white;
}
.lazy-youtube iframe, .lazy-youtube object, .lazy-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
.ly-thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: 100%;
  cursor: pointer;
  transition: filter 0.4s;
  filter: brightness(85%);
}
.ly-thumb:hover {
  filter: brightness(70%);
}
.lazy-youtube .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url(/assets/lazy_youtube_arrow-3b5446f1b3c8422948fccbd286f289492b1911f8a200932c2836215a6746a47b.png) no-repeat;
  cursor: pointer;
}
