/* common css */
.ls-4 {
  letter-spacing: 4px;
}
.cover-background {
  background-image: url(../img/cover/cover.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.cover-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.5);
}
.cover-text-container {
  position: inherit;
}
.banner-text-1 {
  font-size: 5vw;
  font-weight: bold;
  line-height: 1;
}
.banner-text-2 {
  font-size: 1vw;
}
.light {
  color: white;
}
@media (max-width: 575.98px) {
  .banner-text-1 {
    font-size: 8vw;
  }
  .banner-text-2 {
    font-size: 4vw;
  }
}