.b-video-player {
  position: relative;
  aspect-ratio: 16/9;
  display: flex;
}
.b-video-player .asset {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  object-fit: cover;
  transition: 0.4s ease opacity;
}
.b-video-player .asset.hide {
  z-index: -2;
  opacity: 0.5;
}
.b-video-player .embedded-video {
  width: 100%;
  height: 100%;
}
.b-video-player .embedded-video.hide {
  display: none;
}
.b-video-player .play-button {
  background-image: url("https://lp-p.artlist.io/wp-content/themes/oceanwp-child-theme-master/assets/images/play-icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20%;
  max-width: 110px;
  aspect-ratio: 11/10;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 20;
  pointer-events: none;
}

/*# sourceMappingURL=video-player.css.map */
