
.heroteaser {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}


@media (min-width: 1440px) {
  .fs-desktop {
    font-size: 3.5rem;
    line-height: 1.2;
  }
}

@media (max-width: 1439px) and (min-width: 1024px) {
  .fs-laptop {
    font-size: 3rem;
    line-height: 1.2;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .fs-tablet {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}


@media (max-width: 767px) {
  .fs-mobile {
    font-size: 1.7rem;
    line-height: 1.35;
    padding: 0 1rem;
    white-space: normal;
  }
}

