.lity-close {
    position: absolute;
}
.gated-banner h1{font-size: 5.3125rem;padding: 0 0 60px;line-height: 5.938rem;}
.gated-banner h2 { color: #fff; }
.gated-banner p{color: #fff; font-size: 1.25rem;line-height: 1.875rem;}
.gated-banner p strong{color: #FF4DAE;}
.gated-banner h1{
}
.gated-banner {
    color: #fff;
    position: relative;
}
.gated-banner:before {
     background: linear-gradient(135deg,rgba(159, 53, 137,1.0) 0%, rgba(159, 53, 137,1.0) 40%, rgba(74, 84, 157,1.0) 60%, rgba(0, 159, 168,1.0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    content: "";
    opacity: 0.23; 
}
.gated-banner:after {
background: linear-gradient(14deg, rgba(62, 40, 77,1.0) 0%, rgba(62, 40, 77,1.0) 20%, rgba(62, 40, 77,1.0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    content: "";
    opacity: 0.48;
}
.overlay {
  position: relative;
}

.background {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.flex-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.center-height {
    overflow: hidden;
    display: flex;
    align-items: center;
      min-height: 92vh;
    padding: 50px 0px;
}

.content-box {
    width: 60%;
  text-align: left;
}
.image-box {
  width: 40%;
  padding: 10px;
  position: relative;
  }
}
@media (max-width: 1000px) {
.content-box {
    width: 100%;
  text-align: center;
}
.image-box {
  width: 100%;
  padding: 10px;
  }
  .image-box img {
  max-width: 250px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .center-height {
    display: block;
}
  .banner {
    text-align: center;
  }
}

@media (max-width: 1300px) {
.gated-banner p {
    font-size: 1.3rem;
}
.gated-banner h1 {
    font-size: 4rem;
}
}

.firefly-product-banner-play-button {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 110px;
  height: 110px;
  text-align: center;
  z-index: 1;
}
.firefly-product-banner-play-button:hover {
  opacity: 0.6;
}

@media only screen and (min-width: 2000px) {
  .firefly-product-banner-play-button {
    top: -8rem;
    width: 8rem;
    height: 8rem;
  }
}
@media only screen and (min-width: 1220px) {
  .firefly-product-banner-play-button {
    padding-top: 2rem;
  }
}
@media(min-width: 992px) {
  .firefly-product-banner-play-button.mobile {
    display: none;
  }
}
@media(max-width: 991px) {
  .firefly-product-banner-play-button.desktop {
    display: none;
  }
  .firefly-product-banner-play-button.mobile {
    display: block;
    top: 1rem;
  }
}
@media(max-width: 1000px) {
  .gated-banner h1 {
    font-size: 3.5rem;
    line-height: 4rem;
}
  .c-hero-video__inner {
    padding: 0px 0 35px 15px;
    text-align: center;
  }
  .firefly-product-banner-play-button.mobile {
    top: 0;
    bottom: -75%;
  }
  h1.c-hero-video__heading {
    padding: 0 0 15px;
  }
  .content-box {
    width: 100%;
    text-align: left;
}
  .center-height {
     min-height: 500px;
    display: inline-block;
  }

}