.fall-winter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  width: 100%;
  /*h2 {
      font-size: 9rem !important;
      @include media-breakpoint-down(md) {
          font-size: 6.2rem !important;
      }
      @include media-breakpoint-down(sm) {
          font-size: 3.4rem !important;
      }
  }*/
}
.fall-winter-wrapper .image-wrapper {
  width: 100%;
}
.fall-winter-wrapper .image-wrapper img {
  width: 100%;
}
.fall-winter-wrapper .text-center {
  color: white;
  position: absolute;
}
@media (max-width: 768.98px) {
  .fall-winter-wrapper .text-center {
    background-color: #1C355E;
    position: relative;
  }
}
.fall-winter-wrapper .text-center .btn {
  max-width: 450px;
  text-transform: uppercase;
}
@media (max-width: 768.98px) {
  .fall-winter-wrapper .text-center .btn {
    max-width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .fall-winter-wrapper .text-wrapper {
    padding: 30px 15px;
  }
}