/* youtube */

.site-main .youtube {
  background-color: var(--bg-grey);
  padding: 40px 0;
}
.site-main .video {
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.video img,
.video iframe,
.video .play-button,
.video .play-button:before {
  position: absolute;
}
.video img,
.video .play-button {
  cursor: pointer;
}
.video iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.video img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
}
.video .play-button,
.video .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.video .play-button {
  width: 68px;
  height: 90px;
  z-index: 1;
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 100%;
}
.video .play-button,
.video .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

/* end of youtube */
