/************************************/
/*************  COLORS   ************/
/************************************/
.module-cover.cover-home {
  height: calc(100vh - 39px);
}
.module-cover .video-container {
  width: 80vh;
  max-width: 670px;
}
.module-cover .video-container .video {
  max-height: 100%;
  padding: 100px;
}
.module-cover .go-to-bottom {
  position: absolute;
  bottom: -39px;
  right: calc(var(--lateral-space) * -1);
  left: calc(var(--lateral-space) * -1);
  height: 37vh;
  z-index: 3;
}
.module-banner.banner-home {
  margin-top: -39px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.module-banner.banner-home.show {
  opacity: 1;
}
.module-banner.banner-home-cover {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.module-banner.banner-home-cover.show {
  opacity: 0;
}
.module-featured-projects,
.module-project-content {
  margin-bottom: 200px;
}
@media (min-width: 1921px) {
  .module-cover .video-container {
    max-width: 34.8958vw;
  }
}
@media (max-width: 800px) {
  .module-cover.cover-home {
    height: calc(calc(100 * var(--vh)) - 39px - 50px);
  }
  .module-cover .video-container {
    width: 100%;
  }
  .module-cover .video-container .video {
    padding: 100px 0;
  }
  .module-cover .go-to-bottom {
    right: 0;
    left: 0;
  }
}
