.seasonal-collection-teaser {
  width: 100%;
  position: relative;
  display: block;
}
.seasonal-collection-teaser .container {
  width: 100%;
  position: relative;
  display: block;
}
.seasonal-collection-teaser .container .media {
  width: 100%;
}
.seasonal-collection-teaser .container .media img {
  width: 100%;
  object-fit: cover;
}
.seasonal-collection-teaser .container .content {
  position: absolute;
  bottom: 18.5%;
  margin: auto;
  width: 100%;
  text-align: center;
}
.seasonal-collection-teaser .container .content .title {
  font-size: 4.8rem;
  color: #fff;
  text-align: center;
}
.seasonal-collection-teaser .container .content .button {
  font-size: 3rem;
  color: #000;
  background-color: #fff;
  line-height: 1.2;
  padding: 1.7rem 4.4rem;
}
@media all and (max-width: 768px) {
  .seasonal-collection-teaser .container {
    min-height: 50vh !important;
  }
  .seasonal-collection-teaser .container .media {
    width: 100%;
    height: 100%;
    height: 50vh;
  }
  .seasonal-collection-teaser .container .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .seasonal-collection-teaser .container .content .title {
    font-size: 3.6rem;
  }
  .seasonal-collection-teaser .container .content .button {
    font-size: 1.8rem;
    padding: 1.2rem 3.2rem;
  }
}
