/* Tee Time Social V263 - Golf video hero mobile fix */

.public-site .page-hero.golf-video-hero-v262{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
  isolation:isolate!important;
  box-sizing:border-box!important;
  width:100%!important;
  min-height:500px!important;
  height:500px!important;
  padding:48px 6vw!important;
  background:#00483e!important;
}

.public-site .page-hero.golf-video-hero-v262::before{
  display:none!important;
  content:none!important;
}

/* Important: force video out of the flex layout */
.public-site .page-hero.golf-video-hero-v262 > video.golf-hero-video-v262{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  z-index:0!important;
  margin:0!important;
  padding:0!important;
  pointer-events:none!important;
  background:#00483e!important;
}

.public-site .page-hero.golf-video-hero-v262 > .golf-hero-video-shade-v262{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  z-index:1!important;
  pointer-events:none!important;
  background:linear-gradient(
    90deg,
    rgba(0,55,47,.96) 0%,
    rgba(0,55,47,.86) 43%,
    rgba(0,55,47,.48) 72%,
    rgba(0,55,47,.18) 100%
  )!important;
}

.public-site .page-hero.golf-video-hero-v262 > .golf-hero-copy-v262{
  position:relative!important;
  z-index:2!important;
  width:min(760px,100%)!important;
  max-width:760px!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;
}

.public-site .golf-video-hero-v262 h1{
  color:#fffaf0!important;
}

.public-site .golf-video-hero-v262 p{
  color:#e6efeb!important;
}

.public-site .golf-video-hero-v262 .eyebrow{
  color:#ff6670!important;
}

/* Mobile - matches the working Darts hero */
@media(max-width:700px){
  .public-site .page-hero.golf-video-hero-v262{
    width:100%!important;
    min-width:0!important;
    min-height:390px!important;
    height:390px!important;
    padding:38px 20px!important;
    align-items:center!important;
  }

  .public-site .page-hero.golf-video-hero-v262 > video.golf-hero-video-v262{
    width:100%!important;
    min-width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:58% center!important;
  }

  .public-site .page-hero.golf-video-hero-v262 > .golf-hero-video-shade-v262{
    background:linear-gradient(
      0deg,
      rgba(0,55,47,.97) 0%,
      rgba(0,55,47,.80) 58%,
      rgba(0,55,47,.28) 100%
    )!important;
  }

  .public-site .page-hero.golf-video-hero-v262 > .golf-hero-copy-v262{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    padding:0!important;
  }

  .public-site .golf-video-hero-v262 h1{
    font-size:54px!important;
    line-height:.9!important;
    margin:10px 0 18px!important;
    max-width:100%!important;
  }

  .public-site .golf-video-hero-v262 p{
    font-size:16px!important;
    line-height:1.5!important;
    max-width:100%!important;
    margin:0!important;
  }
}

@media(max-width:390px){
  .public-site .golf-video-hero-v262 h1{
    font-size:48px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .public-site .golf-hero-video-v262{
    display:none!important;
  }

  .public-site .page-hero.golf-video-hero-v262{
    background:
      linear-gradient(0deg,rgba(0,55,47,.94),rgba(0,55,47,.36)),
      url('/assets/golf-hero-poster-v262.jpg') center center/cover no-repeat!important;
  }
}
