.background-image-video {
  background-size: cover;
  max-height: 100vh;
}
.background-image-video a {
  padding: 0px 100px;
  background-color: transparent !important;
  text-decoration: underline;
  color: unset;
}
.background-image-video h1, .background-image-video h2, .background-image-video h3, .background-image-video h4, .background-image-video h5, .background-image-video h6 {
  font-family: "Lato", sans-serif;
}
.background-image-video .frame-desktop {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.background-image-video .frame {
  padding: 177.78% 0 0 0;
  position: relative;
}
.background-image-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.background-image-video .text-container {
  z-index: 1;
}