@media only screen and (min-width: 1400px) {
    .custCopyCard .m-hero-item.glp-hero>div>div {
        width: 475px !important;
    }
}

@media screen and (max-width: 1399px) and (min-width: 768px) {
.custCopyCard .heroCTA > *:not(:first-child) {
    margin-right: 15px !important;
    margin-top: 20px;}
}

@media only screen and (max-width: 767px) and (min-width: 415px){
section.m-hero-item.glp-hero.mobile-370 {
    height: calc(320px + 74vw); 
  }
}

/* Stacking earlier to avoid padding issues */
@media screen and (max-width: 620px) {
  .custCopyCard .heroCTA > *:not(:first-child) {
        margin-top: 20px;
        left: -7px;}
}

@media only screen and (max-width: 320px) {
    section.m-hero-item.glp-hero.mobile-large {
        height: calc(670px + 67vw);
    }
}


/*
@media screen and (max-width:768px) {
.wishListCTAPad {
  margin-left:24px !important;
 }
  .wishListBtn {
  margin-left:24px !important;
 }
}

@media screen and (max-width: 539px) {
    .purchaseSection .wishListBtnPad, .purchaseSection .wishListCTAPad {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 767px) and (min-width: 540px) {
    .purchaseSection .wishListBtnPad, .purchaseSection .wishListCTAPad {
        margin-top: 0px !important;
    }
}
*/