@media (min-width: 1280px) {
  #ski-resort .sr-hero-guide-box {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}