.cover {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  max-height: calc(100vh - 120px);
  min-height: unset;
  position: relative;
  z-index: 0;
}
.cover .als-text-title {
  color: #000;
}
.cover .cover-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.cover .cover-content span {
  position: relative;
}
.cover .cover-content span:before {
  content: "";
  position: absolute;
  background: #fff;
  top: -9px;
  left: -15px;
  right: -15px;
  bottom: -9px;
  z-index: -1;
}
.cover .cover-bg {
  background: linear-gradient(360deg, #2A65A8 0.55%, #0F243C 100.12%, #000000 154.97%);
  position: static;
  padding-top: 62.5%;
  z-index: -1;
}
.cover .cover-bg .cover-animation {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 700px) {
  .cover .cover-bg {
    padding-top: 150%;
  }
  .cover .cover-bg .cover-animation {
    top: 0;
    bottom: 0;
    left: -70%;
    right: -70%;
  }
}

/*# sourceMappingURL=cover.css.map */
