.teaser {
  position: relative;
  min-height: 100vh;
  background-color: #ffffff;
  overflow: hidden;
}
.teaser__creative-holidays {
  position: absolute;
  top: 8.8vh;
  left: 66.5%;
  width: 14.42vw;
  aspect-ratio: 1/1;
  background-image: url("../images/creativeholidays_potari.gif"), url("../images/creativeholidays_bg.gif");
  background-repeat: no-repeat, no-repeat;
  background-position: top right, top right;
  background-size: 100% auto, 100% auto;
  pointer-events: none;
}
.teaser__main {
  position: relative;
  min-height: 100vh;
  padding-bottom: 3.61vh;
}
.teaser__hero {
  width: 100%;
  text-align: center;
}
.teaser__title {
  margin: 0;
  text-align: center;
  padding-top: 36.9vh;
}
.teaser__title-image {
  width: 28.6458333333vw;
  height: auto;
}
.teaser__illustration {
  width: 100%;
  margin-top: 7.42vh;
  padding-left: 22.2vw;
}
.teaser__gocci {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
}
.teaser__links {
  text-align: center;
}
.teaser__contact-image {
  width: 8.33vw;
  height: auto;
}
.teaser__note {
  margin-top: 5.0925925926vh;
}
.teaser__copyright {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-size: clamp(9px, 1.1vw, 20px);
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 767px) {
  .teaser__creative-holidays {
    min-width: 129px;
    top: 8.6vh;
    left: 58.1%;
  }
  .teaser__title {
    padding-top: 29.2vh;
  }
  .teaser__title-image {
    width: 63%;
  }
  .teaser__illustration {
    overflow: hidden;
    margin-top: 10.9vh;
    padding-left: 4.29vw;
  }
  .teaser__gocci {
    width: 204%;
    max-width: none;
    height: auto;
  }
  .teaser__note {
    margin-top: 3vh;
  }
  .teaser__contact-image {
    min-width: 80px;
  }
}/*# sourceMappingURL=style.css.map */