.teasers {
  padding-top: 0;
  padding-bottom: 0;
}
.teasers img {
  max-width: 100%;
}
.teasers .teasers-row {
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
}
.teasers .teasers-row > div {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.teasers .teasers-row .teaser-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.teasers .teasers-row .teaser-content .content-title {
  position: absolute;
  top: 60px;
  font-family: "Tungsten-black";
  font-size: 50px;
  line-height: 1.04;
  letter-spacing: 0.02em;
}
.teasers .teasers-row .teaser-content .content-txt {
  position: relative;
  font-size: 40px;
  line-height: 1.25;
  text-align: center;
}
.teasers .teasers-row .teaser-content .content-btn {
  min-width: 120px;
  display: inline-block;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .teasers .teasers-row .teaser-content {
    flex-direction: column;
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    padding-top: 30px;
    padding-bottom: 28px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 1;
  }
  .teasers .teasers-row .teaser-content img {
    width: 100%;
  }
  .teasers .teasers-row .teaser-content .content-title {
    position: relative;
    top: auto;
    font-size: 30px;
    margin-bottom: 15px;
  }
  .teasers .teasers-row .teaser-content .content-txt {
    font-size: 24px;
  }
  .teasers .teasers-row .teaser-content .content-btn {
    min-width: 101px;
  }
}
.teasers .teasers-row #teaser-orbits .teaser-content {
  background-color: rgba(7, 32, 62, 0.75);
}
.teasers .teasers-row #teaser-orbits .teaser-content:hover {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .teasers .teasers-row #teaser-orbits .teaser-content {
    background-color: #07203E;
  }
}
.teasers .teasers-row #teaser-spiolto .teaser-content {
  background-color: rgba(118, 189, 34, 0.75);
}
.teasers .teasers-row #teaser-spiolto .teaser-content:hover {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .teasers .teasers-row #teaser-spiolto .teaser-content {
    background-color: #76BD22;
  }
}
.teasers .teasers-row #teaser-gfh .teaser-content {
  background-color: rgba(1, 51, 100, 0.75);
}
.teasers .teasers-row #teaser-gfh .teaser-content:hover {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .teasers .teasers-row #teaser-gfh .teaser-content {
    background-color: #013364;
  }
}
.teasers .teasers-row #teaser-allergovit .teaser-content {
  background-color: rgba(193, 179, 5, 0.75);
}
.teasers .teasers-row #teaser-allergovit .teaser-content:hover {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .teasers .teasers-row #teaser-allergovit .teaser-content {
    background-color: #C1B305;
  }
}
.teasers .teasers-row #teaser-lnd .teaser-content {
  background-color: rgba(99, 59, 176, 0.75);
}
.teasers .teasers-row #teaser-lnd .teaser-content:hover {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .teasers .teasers-row #teaser-lnd .teaser-content {
    background-color: #633BB0;
  }
}
.teasers .teasers-row #teaser-wrapability .teaser-content {
  background-color: rgba(99, 59, 176, 0.75);
}
.teasers .teasers-row #teaser-wrapability .teaser-content:hover {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .teasers .teasers-row #teaser-wrapability .teaser-content {
    background-color: #633BB0;
  }
}

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