#sensa-hero-video .video-container {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
#sensa-hero-video .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures video covers entire container */
}
#sensa-hero-video .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#sensa-hero-video .logo {
  width: 200px;
}
#sensa-hero-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#sensa-hero-video .video-container {
  display: flex;
}
#sensa-hero-video .content.active {
  position: relative;
  text-align: center;
}
#sensa-hero-video .content-wrapper {
  margin: 0 auto;
}
@media (max-width: 768px) {
  #sensa-hero-video .logo {
    width: 100px;
  }
  #sensa-hero-video .video-container {
    height: 60vh;
  }
}
@media (max-width: 375px) {
  [lang^="es"], // fix issue cut off text
  [lang^="fr"], // on es, pt, fr on mobile
  [lang^="pt"] {
    #sensa-hero-video .video-container {
      height: 70vh;
    }
  }
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}