/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/


.page-holiday-banner .holiday-icon {
    width: 89px;
    height: 89px;
    background-size: 89px 89px;
    background-repeat: no-repeat;
    background-image: url("https://images.apple.com/de/mac/home/images/home/holiday/calendar_icon_large.png");
    margin-left: 24px;
    margin-top: 9px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .page-holiday-banner .holiday-icon {
        background-image: url("https://images.apple.com/de/mac/home/images/home/holiday/calendar_icon_large_2x.png")
    }
}

@media only screen and (max-width: 735px) {
    .page-holiday-banner .holiday-icon {
        width: 98px;
        height: 97px;
        background-size: 98px 97px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/de/mac/home/images/home/holiday/calendar_icon_small.png")
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .page-holiday-banner .holiday-icon {
        background-image: url("https://images.apple.com/de/mac/home/images/home/holiday/calendar_icon_small_2x.png")
    }
}



/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/


@media only screen and (max-width: 1068px) {
   .page-holiday-banner .holiday-copy { margin-top: 15px; }
}

@media only screen and (max-width: 735px) {
    .page-holiday-banner .holiday-copy {
        margin-top: 6px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 479px) and (orientation: portrait) {
  .page-holiday-banner .holiday-icon { margin-left: 8px !important; }
}

.page-holiday-banner-day-of .holiday-cards {
    width: 217px;
    height: 157px;
    background-size: 217px 157px;
    background-repeat: no-repeat;
    background-image: url("https://images.apple.com/euro/mac/home/u/generic/images/holiday/giftcard_holiday_geo_alt_large.png");
    margin-left: 51px;
    margin-top: -22px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .page-holiday-banner-day-of .holiday-cards {
        background-image: url("https://images.apple.com/euro/mac/home/u/generic/images/holiday/giftcard_holiday_geo_alt_large_2x.png")
    }
}

@media only screen and (max-width: 735px) {
    .page-holiday-banner-day-of .holiday-cards {
        width: 167px;
        height: 121px;
        background-size: 167px 121px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/euro/mac/home/u/generic/images/holiday/giftcard_holiday_geo_alt_small.png")
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .page-holiday-banner-day-of .holiday-cards {
        background-image: url("https://images.apple.com/euro/mac/home/u/generic/images/holiday/giftcard_holiday_geo_alt_small_2x.png")
    }
}

@media only screen and (max-width: 1068px) {
    .page-holiday-banner-day-of .holiday-cards {
        margin-left: 10px
    }
}

@media only screen and (max-width: 735px) {
    .page-holiday-banner-day-of .holiday-cards {
        margin-left: 15px;
        margin-top: 6px
    }
}

@media only screen and (max-width: 320px) and (orientation: portrait) {
	.page-holiday-banner-day-of .holiday-copy { max-width: 160px; margin-top: 14px; }
}

.fp-billboard .fp-billboard-moreblock a { margin-bottom: .27778em; }
@media only screen and (max-width: 735px) {
    .fp-billboard .fp-billboard-moreblock a { color: #0070c9; }
}
.fp-billboard .fp-billboard-moreblock .more { margin-left: 0px; }

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/