/* === maybe there had to be some extra settings if we have boxed or framed layout === */

#av_section_1 {
  height: 100vh !important;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  object-fit: cover;
}

/* === Keeping the fireplace in view === */
@media only screen and (max-width: 989px) {
  video {
    object-position: 300px !important;
  }
}

Hello

Click here to add your own text