.video-marque {
  max-height: 100vh;
}
@media (min-width: 769px) {
  .video-marque {
    max-height: 100vh;
  }
}

.mainSec, .video-marque {
  min-height: calc(100vh - 103px);
}
@media (min-width: 769px) {
  .mainSec, .video-marque {
    min-height: calc(100vh - 132px);
  }
}

.mainSec {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
}

.gallery-section .outer {
  border-radius: 0 !important;
}/*# sourceMappingURL=index.css.map */