.dr_video-hero {
  position: relative;
  overflow: hidden; 
  height: 800px;
}

#riveCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  object-fit: cover;
  z-index: 1;
}

.dr_video-hero__overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 2;
}

.dr_video-hero__content .offer-card__button-wrapper .button {
  text-decoration: none; !important
}

.dr_video-hero__content {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 100%;
}

.dr_video-hero video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  position: relative;
  height: 100%;
  width: 100%;  
}

@media (max-width: 1280px) {
  #riveCanvas {
    display: none !important
  }
}

/* .dr_video-hero__mobile-image {
display: none;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
position: relative;
height: 100%;
width: 100%;
} */

/* .header-text-home-page h1 {
  font-family: 'BespokeSerif', Georgia, serif; 
  font-weight: 500;
} */

.header-text-home-page p { 
/*   font-family: 'Open Sans'; 
  font-weight: 400; */
  padding-left: 150px;
  padding-right: 150px;
}

@media (max-width: 1280px) {
  .header-text-home-page h1 {
    font-size: 32px !important;
  }

  .header-text-home-page p {
    font-size: 18px !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dr_video-hero {
    height: 600px !important;
  }
}


