a {
    color: white;
}

/* No Price */
.priceCTA a:not(.hiddenImp, .c-hyperlink) {
   margin: 0 !important;
}

@media screen and (max-width: 767px) {
.spHero [class*=f-x][class*=f-y].m-hero-item > div > div {
    top: calc(45%);}
}

@media screen and (min-width: 1084px) {
.spHero section {
    height: 55.4vw;}
}
@media screen and (max-width: 1083px) and (min-width: 768px) {
.spHero section {
    height: 53.5vw;}
}

@media screen and (max-width: 780px) and (min-width: 768px) {
.spHero .m-hero-item.f-transparent>div>div {
    top: 100px !important;}
}

/* fix for locking in transparent hero size */
.spHero .m-hero-item.theme-light.f-transparent {
  max-height: 1080px;
  background-color: white;
}