:root {
  --black: #2d2d2d;
  --white: #ffffff;
  --white-light: #fafafa;
  --gold: #B49B56;
  --gray: #6c6c6c;
  --gray-light: #b8b8b8;
  --gray-dark: #828282;
}

body .hero-video-section {
  width: 100%;
  aspect-ratio: 1920/1080;
  overflow: hidden;
}
body .hero-video-section .hero-video-container {
  position: relative;
  width: 100%;
  height: 100%;
}
body .hero-video-section .hero-video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

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