.background-text-holder > .row {
  display: flex;
  height: 664px;
  align-items: center;
  margin-left: 0px;
  margin-right: 0px;
}

@media (max-width: 320px) {
  .background-text-holder > .row {
    height: 518px;
  }
  .price-inc {
    margin-top: 0px;
  }
}

@media (max-width: 481px) {
  .background-text-holder > .row {
    height: 590px;
  }
  .price-inc {
    margin-top: 0px !important;
  }
}

.background-text-holder > .row > div {
  display: flex;
  flex-direction: column;
  align-content: center;
  min-width: 100%;
}

.background-text-holder > .row > div > * {
  margin: 5px 0px 5px 0px;
}

.background-text-holder > .row > div > h3 {
  margin-top: -20px !important;
}

.overwritePadding {
  padding-top: 0px !important;
}

.easypayment__image {
  position: relative;
  top: 100px;
  width: 238px;
  z-index: 4;
  margin: auto;
  display: block;
}

@media (min-width: 769px) {
  .easypayment__image {
    position: absolute;
    top: 76px;
    bottom: 0;
    right: 0;
    left: 20px;
    width: 192px;
    height: 66px;
    z-index: 4;
    margin: auto;
  }
  .summermountain__image {
    position: absolute;
    top: 76px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100px;
    z-index: 4;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .easypayment__image {
    top: 152px;
    width: 192px;
    height: 66px;
  }
  .summermountain__image {
    top: 109px;
    width: 100%;
    height: 69px;
    position: relative;
    z-index: 8;
    left: 0;
    right: 0;
  }
}

.fixed-departure {
  text-transform: uppercase;
  font-weight: 800;
  font-family: "AvantGardeMdITC-Bold";
  padding: 0;
  margin: 0;
  line-height: normal;
  font-size: 27px;
  letter-spacing: 1.35px;
}
