@charset "utf-8";
.video {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.bg-video {
  max-width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 750.99px) {
  .video {
    height: 56.25vw;
  }
}
@media screen and (min-width: 751px) {
  .video {
    aspect-ratio: 1920 / 1080;
  }
  .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}
/*

*/
@media screen and (max-width: 750.99px) {
  #nomade h3 {
    line-height: calc(32 / 24);
  }
  #nomade .scIn div {
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 751px) {
  #nomade .scIn div {
    margin-top: min(20 / 1600 * 100vw, 20px);
  }
}