.video-play-btn {
  z-index: 30;
  color: #ffffff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  opacity: 1;
  backdrop-filter: blur(12px);
}
.video-play-btn:after {
  content: "";
  width: 5rem;
  height: 5rem;
  position: absolute;
  background-color: #ffc300;
  border-radius: 100%;
  z-index: -1;
}

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