/*************************************/
/* Slider Principal - Apple Customize
/*************************************/

.paddlenav {
    margin: 0;
    list-style: none
}
.paddlenav ul {
    margin: 0;
    list-style: none
}
.paddlenav-arrow {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    color: rgba(0, 0, 0, 0.44);
    display: block;
    font-size: 53px;
    font-style: normal;
    line-height: 90px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    -webkit-transition: 250ms background-color linear, 250ms color linear, 250ms opacity linear;
    transition: 250ms background-color linear, 250ms color linear, 250ms opacity linear
}
.paddlenav-arrow-next,
.paddlenav-arrow-previous {
    margin-top: -45px;
    top: 50%
}
.paddlenav-arrow-up,
.paddlenav-arrow-down {
    margin-left: -45px;
    left: 50%
}
.paddlenav-arrow-next {
    right: 18px
}
.paddlenav-arrow-next:before,
.paddlenav-arrow-next:after {
    font-family: "SF Pro Icons";
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}
.paddlenav-arrow-next:before,
.paddlenav-arrow-next:after {
    text-decoration: none
}
.paddlenav-arrow-next:before {
    display: none
}
.paddlenav-arrow-next:before,
.paddlenav-arrow-next:after {
    content: ""
}
.paddlenav-arrow-next:after {
    margin-right: -.056em
}
.paddlenav-arrow-previous {
    left: 18px
}
.paddlenav-arrow-previous:before,
.paddlenav-arrow-previous:after {
    font-family: "SF Pro Icons";
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}
.paddlenav-arrow-previous:before,
.paddlenav-arrow-previous:after {
    text-decoration: none
}
.paddlenav-arrow-previous:before {
    display: none
}
.paddlenav-arrow-previous:before,
.paddlenav-arrow-previous:after {
    content: ""
}
.paddlenav-arrow-previous:after {
    margin-left: -.056em
}
.paddlenav-arrow-up {
    top: 18px
}
.paddlenav-arrow-up:before,
.paddlenav-arrow-up:after {
    font-family: "SF Pro Icons";
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}
.paddlenav-arrow-up:before,
.paddlenav-arrow-up:after {
    text-decoration: none
}
.paddlenav-arrow-up:before {
    display: none
}
.paddlenav-arrow-up:before,
.paddlenav-arrow-up:after {
    content: ""
}
.paddlenav-arrow-down {
    bottom: 18px
}
.paddlenav-arrow-down:before,
.paddlenav-arrow-down:after {
    font-family: "SF Pro Icons";
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}
.paddlenav-arrow-down:before,
.paddlenav-arrow-down:after {
    text-decoration: none
}
.paddlenav-arrow-down:before {
    display: none
}
.paddlenav-arrow-down:before,
.paddlenav-arrow-down:after {
    content: ""
}
.paddlenav-arrow:hover {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none
}
.paddlenav-arrow:active {
    color: rgba(0, 0, 0, 0.6)
}
.paddlenav-arrow:focus {
    box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
    outline: none
}
.paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
.paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
    box-shadow: none
}
.paddlenav-arrow:disabled,
.paddlenav-arrow.disabled {
    cursor: default;
    opacity: 0
}
.paddlenav-arrow:disabled:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
.paddlenav-arrow:disabled:focus[data-focus-method="touch"]:not(input):not(textarea):not(select),
.paddlenav-arrow.disabled:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
.paddlenav-arrow.disabled:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
    opacity: 0
}
html.touch .paddlenav-arrow:disabled,
html.touch .paddlenav-arrow.disabled {
    opacity: 0
}
.with-paddlenav {
    position: relative
}
html.no-touch .with-paddlenav-onhover .paddlenav-arrow {
    opacity: 0;
    -webkit-transition: 250ms background-color linear, 250ms color linear, 250ms opacity linear;
    transition: 250ms background-color linear, 250ms color linear, 250ms opacity linear
}
html.no-touch .with-paddlenav-onhover .paddlenav-arrow:focus {
    opacity: 1
}
html.no-touch .with-paddlenav-onhover:hover .paddlenav-arrow {
    opacity: 1
}
.with-paddlenav-visuallyhidden .paddlenav-arrow {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%)
}
.with-paddlenav-visuallyhidden .paddlenav-arrow:focus,
.with-paddlenav-visuallyhidden .paddlenav-arrow:hover {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none
}
.paddlenav-compact .paddlenav-arrow {
    width: 52px;
    height: 52px;
    border-radius: 52px;
    font-size: 53px;
    font-weight: normal;
    line-height: 52px
}
.paddlenav-compact .paddlenav-arrow-next,
.paddlenav-compact .paddlenav-arrow-previous {
    margin-top: -26px
}
.paddlenav-compact .paddlenav-arrow-up,
.paddlenav-compact .paddlenav-arrow-down {
    margin-left: -26px
}
.paddlenav-compact .paddlenav-arrow-next:before,
.paddlenav-compact .paddlenav-arrow-next:after {
    font-family: "SF Pro Icons";
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}
.paddlenav-compact .paddlenav-arrow-next:before,
.paddlenav-compact .paddlenav-arrow-next:after {
    text-decoration: none
}
.paddlenav-compact .paddlenav-arrow-next:before {
    display: none
}
.paddlenav-compact .paddlenav-arrow-next:before,
.paddlenav-compact .paddlenav-arrow-next:after {
    content: ""
}
.paddlenav-compact .paddlenav-arrow-next:after {
    margin-right: -.044em
}
.paddlenav-compact .paddlenav-arrow-previous:before,
.paddlenav-compact .paddlenav-arrow-previous:after {
    font-family: "SF Pro Icons";
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}
.paddlenav-compact .paddlenav-arrow-previous:before,
.paddlenav-compact .paddlenav-arrow-previous:after {
    text-decoration: none
}
.paddlenav-compact .paddlenav-arrow-previous:before {
    display: none
}
.paddlenav-compact .paddlenav-arrow-previous:before,
.paddlenav-compact .paddlenav-arrow-previous:after {
    content: ""
}
.paddlenav-compact .paddlenav-arrow-previous:after {
    margin-left: -.044em
}
.paddlenav-compact .paddlenav-arrow-up:before,
.paddlenav-compact .paddlenav-arrow-up:after {
    font-family: "SF Pro Icons";
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}
.paddlenav-compact .paddlenav-arrow-up:before,
.paddlenav-compact .paddlenav-arrow-up:after {
    text-decoration: none
}
.paddlenav-compact .paddlenav-arrow-up:before {
    display: none
}
.paddlenav-compact .paddlenav-arrow-up:before,
.paddlenav-compact .paddlenav-arrow-up:after {
    content: ""
}
.paddlenav-compact .paddlenav-arrow-down:before,
.paddlenav-compact .paddlenav-arrow-down:after {
    font-family: "SF Pro Icons";
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}
.paddlenav-compact .paddlenav-arrow-down:before,
.paddlenav-compact .paddlenav-arrow-down:after {
    text-decoration: none
}
.paddlenav-compact .paddlenav-arrow-down:before {
    display: none
}
.paddlenav-compact .paddlenav-arrow-down:before,
.paddlenav-compact .paddlenav-arrow-down:after {
    content: ""
}
.paddlenav-framed .paddlenav-arrow {
    background-color: rgba(136, 136, 136, 0.08);
    color: rgba(0, 0, 0, 0.44)
}
.paddlenav-framed .paddlenav-arrow:hover {
    background-color: rgba(136, 136, 136, 0.12);
    color: rgba(0, 0, 0, 0.6)
}
.paddlenav-framed .paddlenav-arrow:active {
    background-color: rgba(136, 136, 136, 0.16);
    color: rgba(0, 0, 0, 0.6)
}
.paddlenav-framed .paddlenav-arrow:focus {
    opacity: 1
}
.paddlenav-framed .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):hover,
.paddlenav-framed .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):hover {
    background-color: rgba(136, 136, 136, 0.12);
    color: rgba(0, 0, 0, 0.6)
}
.paddlenav-framed .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):active,
.paddlenav-framed .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):active {
    background-color: rgba(136, 136, 136, 0.16);
    color: rgba(0, 0, 0, 0.6)
}
.paddlenav-framed .paddlenav-arrow:disabled,
.paddlenav-framed .paddlenav-arrow.disabled {
    opacity: 0
}
html.touch .paddlenav-framed .paddlenav-arrow:disabled,
html.touch .paddlenav-framed .paddlenav-arrow.disabled {
    opacity: 0
}
.paddlenav-framed .paddlenav-arrow-next {
    right: 18px
}
.paddlenav-framed .paddlenav-arrow-previous {
    left: 18px
}
.paddlenav-framed .paddlenav-arrow-up {
    top: 18px
}
.paddlenav-framed .paddlenav-arrow-down {
    bottom: 18px
}
.gallery-item-iphone {
    background-color: #000000
}
.gallery-item-watch {
    background-color: #f3f3f3
}
.gallery-item-airpods {
    background-color: #ffffff
}
.gallery-item-event {
    background-color: #000000
}
.dashnav {
    position: absolute;
    z-index: 1000;
    bottom: 20px;
    width: 100%;
    text-align: center;
    line-height: 1
}
@media only screen and (max-width: 735px) {
    .dashnav {
        bottom: 10px
    }
}
.dashnav ul {
    display: inline-block
}
.dashnav li {
    list-style: none;
    margin: 0 5px;
    width: 50px;
    height: 22px;
    float: left;
    position: relative
}
.dashnav .dashnav-item {
    top: 0;
    left: 0;
    width: 50px;
    height: 2px;
    outline: none;
    position: absolute;
    padding: 10px 0;
    opacity: 1;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    box-sizing: content-box
}
.dashnav .dashnav-item .dashnav-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}
.dashnav .dashnav-item:hover {
    opacity: 1;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease
}
.dashnav .dashnav-item.current {
    opacity: 1;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    cursor: default
}
.dashnav .dashnav-item.current .dashnav-progress {
    opacity: 1
}
.dashnav .dashnav-dash {
    position: relative;
    z-index: 1;
    height: 2px;
    width: 100%;
    background-color: rgba(128, 128, 128, 0.2)
}
.dashnav .dashnav-progress {
    opacity: 0;
    position: absolute;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 50px;
    -webkit-transform-origin: left;
    transform-origin: left;
    height: 100%;
    background: gray
}
.is-autoplaying .dashnav .dashnav-progress {
    opacity: 1
}
.is-interacting .dashnav .dashnav-progress {
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease
}
.paddlenav-compact {
    width: 100%;
    height: 2px;
    top: 50%;
    z-index: 2
}
html.touch .paddlenav-compact {
    display: none
}
.paddlenav-compact .paddlenav-arrow-container {
    position: absolute;
    cursor: pointer;
    width: 20%;
    height: 100%;
    z-index: 3
}
.paddlenav-compact .paddlenav-arrow-container-previous {
    left: 0px
}
.paddlenav-compact .paddlenav-arrow-container-next {
    right: 0px
}
.paddlenav-compact .paddlenav-arrow {
    z-index: 1000;
    border-radius: 64px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
    background-color: rgba(180, 180, 180, 0.25);
    color: #848484;
    font-size: 55px;
    line-height: 65px;
    opacity: 0
}
.paddlenav-compact .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
.paddlenav-compact .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
    opacity: 0
}
.paddlenav-compact li:hover .paddlenav-arrow {
    opacity: .6
}
.paddlenav-compact li:hover .paddlenav-arrow:hover {
    opacity: .8
}
.enhanced-gallery .gallery-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100vh;
    max-height: 100%;
    min-height: 540px
}
@media only screen and (max-width: 1068px) {
    .enhanced-gallery .gallery-container {
        max-height: 100%;
        min-height: 500px
    }
}
@media only screen and (max-width: 735px) {
    .enhanced-gallery .gallery-container {
        max-height: 100%;
        min-height: initial
    }
}
.enhanced-gallery .with-promos .gallery-container {
    height: calc(100vh - 76px)
}
@media only screen and (min-width: 1442px) {
    .enhanced-gallery .with-promos .gallery-container {
        height: calc(100vh - 200px)
    }
}
@media only screen and (max-width: 1068px) {
    .enhanced-gallery .with-promos .gallery-container {
        height: calc(100vh - 80px)
    }
}
@media only screen and (max-width: 1068px) {
    .enhanced-gallery.touch .gallery-container {
        max-height: 100%
    }
}
.enhanced-gallery .gallery {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%
}
.enhanced-gallery .gallery-slide-wrapper {
    height: 100%
}
.enhanced-gallery .gallery-item {
    display: block;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #333;
    will-change: transform;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
.enhanced-gallery .gallery-item-static {
    -webkit-transform: none;
    transform: none
}
.enhanced-gallery .gallery-item-dark {
    color: #fff
}
.enhanced-gallery .gallery-item-currentitem {
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.enhanced-gallery .gallery-item-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
    width: auto;
    z-index: 1000;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}
.enhanced-gallery .gallery-image {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 110%
}
.enhanced-gallery .gallery-item-gift-guide {
    background-color: #fafafa
}
.enhanced-gallery .gallery-image-gift-guide {
    position: relative;
    margin: -5% auto 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center
}
@media screen and (min-width: 1068px) and (max-height: 900px) {
    .enhanced-gallery .gallery-image-gift-guide {
        margin: -2.5% auto 0
    }
}
@media screen and (max-aspect-ratio: 5 / 6) {
    .enhanced-gallery .gallery-image-gift-guide {
        background-size: auto 100%;
        margin-top: 0
    }
}
@media only screen and (max-width: 1068px) and (orientation: landscape) {
    .enhanced-gallery .gallery-image-gift-guide {
        background-position: center center;
        margin-top: 0
    }
}
@media screen and (max-aspect-ratio: 1 / 1) {
    .enhanced-gallery.android .gallery-image-gift-guide {
        background-size: auto 100%;
        margin-top: 0
    }
}
.enhanced-gallery .gallery-item-gift-guide .gallery-item-content {
    position: absolute;
    z-index: 1000;
    height: 86%;
    width: 100%;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 12%
}
.enhanced-gallery .gallery-item-gift-guide .homepage-headline {
    z-index: 1;
    width: 100%;
    font-size: 64px;
    margin-bottom: 13px
}
@media only screen and (max-width: 735px) {
    .enhanced-gallery .gallery-item-gift-guide .homepage-headline {
        font-size: 48px;
        font-weight: 300
    }
}
.enhanced-gallery .gallery-item-gift-guide span.more {
    color: #0070c9;
    font-size: 24px;
    font-weight: 300
}
.enhanced-gallery .logo-image-macbookpro {
    width: 186px;
    height: 24px;
    background-size: 186px 24px;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_macbookpro_large.png");
    left: 50%;
    margin-left: -93px;
    position: relative
}
@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) {
    .enhanced-gallery .logo-image-macbookpro {
        background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_macbookpro_large_2x.png")
    }
}
@media only screen and (max-width: 735px) {
    .enhanced-gallery .logo-image-macbookpro {
        width: 127px;
        height: 16px;
        background-size: 127px 16px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_macbookpro_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) {
    .enhanced-gallery .logo-image-macbookpro {
        background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_macbookpro_small_2x.png")
    }
}
@media only screen and (max-width: 735px) {
    .enhanced-gallery .logo-image-macbookpro {
        left: 50%;
        margin-left: -63.5px;
        position: relative
    }
}
.enhanced-gallery .gallery-image-macbookpro {
    width: auto;
    height: auto;
    top: 33%;
    bottom: -10%;
    left: 0;
    right: 0;
    background-size: auto 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/v/home/dd/images/gallery/macbookpro_large.jpg")
}
@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) {
    .enhanced-gallery .gallery-image-macbookpro {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/macbookpro_large_2x.jpg")
    }
}
@media only screen and (min-width: 1442px) {
    .enhanced-gallery .gallery-image-macbookpro {
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/macbookpro_xlarge.jpg")
    }
}
@media only screen and (min-width: 1442px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 1442px) and (min-resolution: 1.5dppx),
only screen and (min-width: 1442px) and (min-resolution: 144dpi) {
    .enhanced-gallery .gallery-image-macbookpro {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/macbookpro_xlarge_2x.jpg")
    }
}
@media only screen and (max-width: 1068px) {
    .enhanced-gallery .gallery-image-macbookpro {
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/macbookpro_medium.jpg")
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .enhanced-gallery .gallery-image-macbookpro {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/macbookpro_medium_2x.jpg")
    }
}
@media only screen and (max-width: 735px) {
    .enhanced-gallery .gallery-image-macbookpro {
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/macbookpro_small.jpg")
    }
}
@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) {
    .enhanced-gallery .gallery-image-macbookpro {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/macbookpro_small_2x.jpg")
    }
}
@media screen and (max-aspect-ratio: 4 / 3) {
    .enhanced-gallery .gallery-image-macbookpro {
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/macbookpro_portrait_large.jpg")
    }
}
@media only screen and (max-aspect-ratio: 4 / 3) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-aspect-ratio: 4 / 3) and (min-resolution: 1.5dppx),
screen and (max-aspect-ratio: 4 / 3) and (-webkit-min-device-pixel-ratio: 1.5),
screen and (max-aspect-ratio: 4 / 3) and (min-resolution: 144dpi) {
    .enhanced-gallery .gallery-image-macbookpro {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/macbookpro_portrait_large_2x.jpg")
    }
}
@media only screen and (max-aspect-ratio: 4 / 3) and (max-width: 1068px) {
    .enhanced-gallery .gallery-image-macbookpro {
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/macbookpro_portrait_medium.jpg")
    }
}
@media only screen and (max-aspect-ratio: 4 / 3) and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-aspect-ratio: 4 / 3) and (max-width: 1068px) and (min-resolution: 1.5dppx),
only screen and (max-aspect-ratio: 4 / 3) and (max-width: 1068px) and (min-resolution: 144dpi) {
    .enhanced-gallery .gallery-image-macbookpro {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/macbookpro_portrait_medium_2x.jpg")
    }
}
@media only screen and (max-aspect-ratio: 4 / 3) and (max-width: 735px) {
    .enhanced-gallery .gallery-image-macbookpro {
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/macbookpro_portrait_small.jpg")
    }
}
@media only screen and (max-aspect-ratio: 4 / 3) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-aspect-ratio: 4 / 3) and (max-width: 735px) and (min-resolution: 1.5dppx),
only screen and (max-aspect-ratio: 4 / 3) and (max-width: 735px) and (min-resolution: 144dpi) {
    .enhanced-gallery .gallery-image-macbookpro {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/macbookpro_portrait_small_2x.jpg")
    }
}
@media only screen and (max-width: 1068px) {
    .enhanced-gallery .gallery-image-macbookpro {
        top: 38%
    }
}
@media only screen and (max-width: 735px) {
    .enhanced-gallery .gallery-image-macbookpro {
        top: 40%
    }
}
.enhanced-gallery .gallery-item-macbookpro .gallery-item-content .has-center-content {
    height: 33%;
    width: 100%;
    padding-top: 32px;
    box-sizing: border-box
}
@media only screen and (max-width: 1068px) {
    .enhanced-gallery .gallery-item-macbookpro .gallery-item-content .has-center-content {
        height: 38%
    }
}
@media only screen and (max-width: 735px) {
    .enhanced-gallery .gallery-item-macbookpro .gallery-item-content .has-center-content {
        height: 40%;
        padding-top: 36px
    }
}
.enhanced-gallery .gallery-item-macbookpro .gallery-item-content .homepage-headline {
    margin-top: 6px
}
@media only screen and (max-width: 735px) {
    .enhanced-gallery .gallery-item-macbookpro .gallery-item-content .homepage-headline {
        margin-top: 7px
    }
}
.enhanced-gallery .logo-image-iphone {
    width: 95px;
    height: 24px;
    background-size: 95px 24px;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_iphone_large.png");
    left: 50%;
    margin-left: -47.5px;
    position: relative
}
@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) {
    .enhanced-gallery .logo-image-iphone {
        background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_iphone_large_2x.png")
    }
}
@media only screen and (max-width: 735px) {
    .enhanced-gallery .logo-image-iphone {
        width: 72px;
        height: 18px;
        background-size: 72px 18px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_iphone_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) {
    .enhanced-gallery .logo-image-iphone {
        background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_iphone_small_2x.png")
    }
}
@media only screen and (max-width: 735px) {
    .enhanced-gallery .logo-image-iphone {
        left: 50%;
        margin-left: -36px;
        position: relative
    }
}
.enhanced-gallery .gallery-image-iphone {
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/v/home/dd/images/gallery/iphone_large.jpg")
}
@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) {
    .enhanced-gallery .gallery-image-iphone {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/iphone_large_2x.jpg")
    }
}
@media only screen and (min-width: 1442px) {
    .enhanced-gallery .gallery-image-iphone {
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/iphone_xlarge.jpg")
    }
}
@media only screen and (min-width: 1442px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 1442px) and (min-resolution: 1.5dppx),
only screen and (min-width: 1442px) and (min-resolution: 144dpi) {
    .enhanced-gallery .gallery-image-iphone {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/iphone_xlarge_2x.jpg")
    }
}
@media screen and (max-aspect-ratio: 3 / 2) {
    .enhanced-gallery .gallery-image-iphone {
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/iphone_square_large.jpg")
    }
}
@media only screen and (max-aspect-ratio: 3 / 2) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-aspect-ratio: 3 / 2) and (min-resolution: 1.5dppx),
screen and (max-aspect-ratio: 3 / 2) and (-webkit-min-device-pixel-ratio: 1.5),
screen and (max-aspect-ratio: 3 / 2) and (min-resolution: 144dpi) {
    .enhanced-gallery .gallery-image-iphone {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/iphone_square_large_2x.jpg")
    }
}
@media screen and (max-aspect-ratio: 1 / 1) {
    .enhanced-gallery .gallery-image-iphone {
        background-size: auto 100%
    }
}
@media only screen and (max-aspect-ratio: 1 / 1) and (max-width: 735px) {
    .enhanced-gallery .gallery-image-iphone {
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/iphone_portrait_small.jpg")
    }
}
@media only screen and (max-aspect-ratio: 1 / 1) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-aspect-ratio: 1 / 1) and (max-width: 735px) and (min-resolution: 1.5dppx),
only screen and (max-aspect-ratio: 1 / 1) and (max-width: 735px) and (min-resolution: 144dpi) {
    .enhanced-gallery .gallery-image-iphone {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/iphone_portrait_small_2x.jpg")
    }
}
.enhanced-gallery .gallery-item-iphone .gallery-item-content .gallery-item-lockup-wrapper {
    position: absolute;
    top: 14%;
    width: 100%
}
@media screen and (max-aspect-ratio: 3 / 2) {
    .enhanced-gallery.android .gallery-image-iphone {
        background-size: auto 100%
    }
}
@media only screen and (max-aspect-ratio: 3 / 2) and (max-width: 735px) {
    .enhanced-gallery.android .gallery-image-iphone {
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/iphone_portrait_small.jpg")
    }
}
@media only screen and (max-aspect-ratio: 3 / 2) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-aspect-ratio: 3 / 2) and (max-width: 735px) and (min-resolution: 1.5dppx),
only screen and (max-aspect-ratio: 3 / 2) and (max-width: 735px) and (min-resolution: 144dpi) {
    .enhanced-gallery.android .gallery-image-iphone {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/iphone_portrait_small_2x.jpg")
    }
}
.enhanced-gallery .gallery-image-iphone-alt {
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/v/home/dd/images/gallery/iphone_alt_large.jpg")
}
@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) {
    .enhanced-gallery .gallery-image-iphone-alt {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/iphone_alt_large_2x.jpg")
    }
}
@media only screen and (max-width: 1068px) {
    .enhanced-gallery .gallery-image-iphone-alt {
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/iphone_alt_medium.jpg")
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .enhanced-gallery .gallery-image-iphone-alt {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/iphone_alt_medium_2x.jpg")
    }
}
@media only screen and (max-width: 735px) {
    .enhanced-gallery .gallery-image-iphone-alt {
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/iphone_alt_small.jpg")
    }
}
@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) {
    .enhanced-gallery .gallery-image-iphone-alt {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/iphone_alt_small_2x.jpg")
    }
}
.enhanced-gallery .gallery-item-iphone-alt {
    background: #ffffff
}
.enhanced-gallery .gallery-item-iphone-alt .gallery-item-content .gallery-item-lockup-wrapper {
    position: absolute;
    top: 14%;
    width: 100%
}
.enhanced-gallery .gallery-item-iphone-alt .gallery-item-content .gallery-item-lockup-wrapper .typography-product-reduced {
    margin-top: -12px
}
.enhanced-gallery .gallery-image-event {
    height: 100%;
    width: 100%;
    top: 30%;
    background-size: cover;
    top: 0%;
    background-position: 50% 38%
}
@media only screen and (min-width: 1442px) {
    .enhanced-gallery .gallery-image-event {
        background-position: 50% 32%
    }
}
@media only screen and (max-width: 1068px) and (orientation: portrait) {
    .enhanced-gallery .gallery-image-event {
        height: 130%;
        top: -15%
    }
}
@media only screen and (max-width: 735px) and (orientation: portrait) {
    .enhanced-gallery .gallery-image-event {
        height: 130%;
        top: -12%
    }
}
@media only screen and (max-width: 735px) and (orientation: landscape) {
    .enhanced-gallery .gallery-image-event {
        background-position: 50% 22%
    }
}
.enhanced-gallery .gallery-item-event .has-center-content {
    position: static
}
.enhanced-gallery .gallery-item-event .gallery-item-content .has-center-content {
    height: 30%;
    width: 100%;
    padding-top: 46px
}
@media only screen and (max-width: 1068px) {
    .enhanced-gallery .gallery-item-event .gallery-item-content .has-center-content {
        top: 32%
    }
}
@media only screen and (max-width: 735px) {
    .enhanced-gallery .gallery-item-event .gallery-item-content .has-center-content {
        padding-top: 48px;
        height: 35%
    }
}
.enhanced-gallery .gallery-item-event .homepage-headline {
    margin-top: 4px
}
@media only screen and (max-width: 735px) {
    .enhanced-gallery .gallery-item-event .homepage-headline {
        margin-top: 7px
    }
}
.enhanced-gallery .logo-image-watch {
    width: 144px;
    height: 55px;
    background-size: 144px 55px;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_watch_large.png");
    left: 50%;
    margin-left: -72px;
    position: relative;
    margin-top: -8px
}
@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) {
    .enhanced-gallery .logo-image-watch {
        background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_watch_large_2x.png")
    }
}
@media only screen and (max-width: 735px) {
    .enhanced-gallery .logo-image-watch {
        width: 111px;
        height: 43px;
        background-size: 111px 43px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_watch_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) {
    .enhanced-gallery .logo-image-watch {
        background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_watch_small_2x.png")
    }
}
@media only screen and (max-width: 735px) {
    .enhanced-gallery .logo-image-watch {
        left: 50%;
        margin-left: -55.5px;
        position: relative
    }
}
@media only screen and (max-width: 735px) {
    .enhanced-gallery .logo-image-watch {
        margin-top: -6px
    }
}
.enhanced-gallery .gallery-image-watch {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_large.jpg");
    top: -5%
}
@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) {
    .enhanced-gallery .gallery-image-watch {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_large_2x.jpg")
    }
}
@media only screen and (max-width: 1068px) {
    .enhanced-gallery .gallery-image-watch {
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_medium.jpg")
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .enhanced-gallery .gallery-image-watch {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_medium_2x.jpg")
    }
}
@media screen and (max-aspect-ratio: 5 / 6) {
    .enhanced-gallery .gallery-image-watch {
        background-size: auto 110%;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_portrait_large.jpg")
    }
}
@media only screen and (max-aspect-ratio: 5 / 6) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-aspect-ratio: 5 / 6) and (min-resolution: 1.5dppx),
screen and (max-aspect-ratio: 5 / 6) and (-webkit-min-device-pixel-ratio: 1.5),
screen and (max-aspect-ratio: 5 / 6) and (min-resolution: 144dpi) {
    .enhanced-gallery .gallery-image-watch {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_portrait_large_2x.jpg")
    }
}
@media only screen and (max-aspect-ratio: 5 / 6) and (max-width: 735px) {
    .enhanced-gallery .gallery-image-watch {
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_portrait_small.jpg")
    }
}
@media only screen and (max-aspect-ratio: 5 / 6) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-aspect-ratio: 5 / 6) and (max-width: 735px) and (min-resolution: 1.5dppx),
only screen and (max-aspect-ratio: 5 / 6) and (max-width: 735px) and (min-resolution: 144dpi) {
    .enhanced-gallery .gallery-image-watch {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_portrait_small_2x.jpg")
    }
}
@media screen and (max-aspect-ratio: 1 / 1) {
    .enhanced-gallery.android .gallery-image-watch {
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_portrait_large.jpg")
    }
}
@media only screen and (max-aspect-ratio: 1 / 1) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-aspect-ratio: 1 / 1) and (min-resolution: 1.5dppx),
screen and (max-aspect-ratio: 1 / 1) and (-webkit-min-device-pixel-ratio: 1.5),
screen and (max-aspect-ratio: 1 / 1) and (min-resolution: 144dpi) {
    .enhanced-gallery.android .gallery-image-watch {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_portrait_large_2x.jpg")
    }
}
@media only screen and (max-aspect-ratio: 1 / 1) and (max-width: 735px) {
    .enhanced-gallery.android .gallery-image-watch {
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_portrait_small.jpg")
    }
}
@media only screen and (max-aspect-ratio: 1 / 1) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-aspect-ratio: 1 / 1) and (max-width: 735px) and (min-resolution: 1.5dppx),
only screen and (max-aspect-ratio: 1 / 1) and (max-width: 735px) and (min-resolution: 144dpi) {
    .enhanced-gallery.android .gallery-image-watch {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_portrait_small_2x.jpg")
    }
}
.enhanced-gallery .gallery-image-watch-alt {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_alt_large.jpg");
    top: -5%
}
@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) {
    .enhanced-gallery .gallery-image-watch-alt {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_alt_large_2x.jpg")
    }
}
@media only screen and (max-width: 1068px) {
    .enhanced-gallery .gallery-image-watch-alt {
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_alt_medium.jpg")
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .enhanced-gallery .gallery-image-watch-alt {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_alt_medium_2x.jpg")
    }
}
@media screen and (max-aspect-ratio: 5 / 6) {
    .enhanced-gallery .gallery-image-watch-alt {
        background-size: auto 110%;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_alt_portrait_large.jpg")
    }
}
@media only screen and (max-aspect-ratio: 5 / 6) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-aspect-ratio: 5 / 6) and (min-resolution: 1.5dppx),
screen and (max-aspect-ratio: 5 / 6) and (-webkit-min-device-pixel-ratio: 1.5),
screen and (max-aspect-ratio: 5 / 6) and (min-resolution: 144dpi) {
    .enhanced-gallery .gallery-image-watch-alt {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_alt_portrait_large_2x.jpg")
    }
}
@media only screen and (max-aspect-ratio: 5 / 6) and (max-width: 735px) {
    .enhanced-gallery .gallery-image-watch-alt {
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_alt_portrait_small.jpg")
    }
}
@media only screen and (max-aspect-ratio: 5 / 6) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-aspect-ratio: 5 / 6) and (max-width: 735px) and (min-resolution: 1.5dppx),
only screen and (max-aspect-ratio: 5 / 6) and (max-width: 735px) and (min-resolution: 144dpi) {
    .enhanced-gallery .gallery-image-watch-alt {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_alt_portrait_small_2x.jpg")
    }
}
@media screen and (max-aspect-ratio: 1 / 1) {
    .enhanced-gallery.android .gallery-image-watch-alt {
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_alt_portrait_large.jpg")
    }
}
@media only screen and (max-aspect-ratio: 1 / 1) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-aspect-ratio: 1 / 1) and (min-resolution: 1.5dppx),
screen and (max-aspect-ratio: 1 / 1) and (-webkit-min-device-pixel-ratio: 1.5),
screen and (max-aspect-ratio: 1 / 1) and (min-resolution: 144dpi) {
    .enhanced-gallery.android .gallery-image-watch-alt {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_alt_portrait_large_2x.jpg")
    }
}
@media only screen and (max-aspect-ratio: 1 / 1) and (max-width: 735px) {
    .enhanced-gallery.android .gallery-image-watch-alt {
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_alt_portrait_small.jpg")
    }
}
@media only screen and (max-aspect-ratio: 1 / 1) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-aspect-ratio: 1 / 1) and (max-width: 735px) and (min-resolution: 1.5dppx),
only screen and (max-aspect-ratio: 1 / 1) and (max-width: 735px) and (min-resolution: 144dpi) {
    .enhanced-gallery.android .gallery-image-watch-alt {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/watch_alt_portrait_small_2x.jpg")
    }
}
.enhanced-gallery .gallery-item-watch .gallery-item-content {
    position: absolute;
    z-index: 1000;
    top: 14%;
    height: 86%;
    width: 100%;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.enhanced-gallery .gallery-item-watch .typography-section-headline {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 12%
}
@media only screen and (max-width: 735px) {
    .enhanced-gallery .gallery-item-watch .typography-section-headline {
        bottom: 9.5%
    }
}
@media only screen and (max-width: 735px) and (orientation: landscape) {
    .enhanced-gallery .gallery-item-watch .typography-section-headline {
        bottom: 12%
    }
}
.enhanced-gallery .gallery-image-wad {
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/v/home/dd/images/gallery/red_large.jpg");
    height: 100%;
    width: 100%;
    background-position: center 33%;
    background-size: 2642px 1284px;
    background-size: 2560px 1244px;
    background-size: 2642px 1284px
}
@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) {
    .enhanced-gallery .gallery-image-wad {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/red_large_2x.jpg")
    }
}
@media only screen and (max-width: 1068px) {
    .enhanced-gallery .gallery-image-wad {
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/red_medium.jpg")
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .enhanced-gallery .gallery-image-wad {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/red_medium_2x.jpg")
    }
}
@media only screen and (max-width: 735px) {
    .enhanced-gallery .gallery-image-wad {
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/red_small.jpg")
    }
}
@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) {
    .enhanced-gallery .gallery-image-wad {
        background-image: url("http://images.apple.com/v/home/dd/images/gallery/red_small_2x.jpg")
    }
}
@media only screen and (max-width: 1068px) {
    .enhanced-gallery .gallery-image-wad {
        background-size: 1068px 886px
    }
}
@media only screen and (max-width: 735px) {
    .enhanced-gallery .gallery-image-wad {
        background-size: 736px 554px
    }
}
@media only screen and (max-width: 1068px) {
    .enhanced-gallery .gallery-image-wad {
        background-position: center center
    }
}
@media only screen and (max-width: 1068px) and (min-height: 886px) {
    .enhanced-gallery .gallery-image-wad {
        background-size: cover
    }
}
@media only screen and (max-width: 1068px) and (max-height: 414px) {
    .enhanced-gallery .gallery-image-wad {
        background-position: center 42%
    }
}
@media only screen and (max-width: 735px) {
    .enhanced-gallery .gallery-image-wad {
        background-size: 736px 554px
    }
}
@media only screen and (max-width: 735px) and (min-height: 554px) {
    .enhanced-gallery .gallery-image-wad {
        background-size: cover
    }
}
@media only screen and (max-width: 735px) and (max-height: 414px) {
    .enhanced-gallery .gallery-image-wad {
        background-position: center center
    }
}
.no-js .paddlenav,
.no-js .dashnav,
.no-enhanced-gallery .paddlenav,
.no-enhanced-gallery .dashnav {
    display: none
}
.no-js .gallery-slide-wrapper,
.no-enhanced-gallery .gallery-slide-wrapper {
    padding-top: 44px
}
@media only screen and (max-width: 735px) {
    .no-js .gallery-slide-wrapper,
    .no-enhanced-gallery .gallery-slide-wrapper {
        padding-top: 48px
    }
}
.no-js .gallery-item,
.no-enhanced-gallery .gallery-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-sizing: border-box;
    height: 757px
}
@media only screen and (max-width: 1068px) {
    .no-js .gallery-item,
    .no-enhanced-gallery .gallery-item {
        height: 606px
    }
}
@media only screen and (max-width: 735px) {
    .no-js .gallery-item,
    .no-enhanced-gallery .gallery-item {
        height: 507px
    }
}
.no-js .gallery-item-dark,
.no-enhanced-gallery .gallery-item-dark {
    color: #fff
}
.no-js .gallery-item-content,
.no-enhanced-gallery .gallery-item-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 80px
}
@media only screen and (max-width: 1068px) {
    .no-js .gallery-item-content,
    .no-enhanced-gallery .gallery-item-content {
        padding-top: 68px
    }
}
@media only screen and (max-width: 735px) {
    .no-js .gallery-item-content,
    .no-enhanced-gallery .gallery-item-content {
        padding-top: 40px
    }
}
.no-js .gallery-image,
.no-enhanced-gallery .gallery-image {
    position: relative;
    z-index: 1
}
.no-js .gallery-item-gift-guide,
.no-enhanced-gallery .gallery-item-gift-guide {
    background-color: #fafafa
}
.no-js .gallery-item-gift-guide span.more,
.no-enhanced-gallery .gallery-item-gift-guide span.more {
    color: #0070c9
}
.no-js .gallery-item-gift-guide:hover span.more,
.no-enhanced-gallery .gallery-item-gift-guide:hover span.more {
    text-decoration: underline
}
.no-js .gallery-image-gift-guide,
.no-enhanced-gallery .gallery-image-gift-guide {
    position: absolute;
    top: 0;
    margin: 0 auto 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center bottom
}
@media screen and (min-width: 1068px) and (max-height: 900px) {
    .no-js .gallery-image-gift-guide,
    .no-enhanced-gallery .gallery-image-gift-guide {
        margin: -2.5% auto 0
    }
}
@media screen and (max-aspect-ratio: 5 / 6) {
    .no-js .gallery-image-gift-guide,
    .no-enhanced-gallery .gallery-image-gift-guide {
        background-size: auto 100%;
        margin-top: 0
    }
}
@media only screen and (max-width: 1068px) and (orientation: landscape) {
    .no-js .gallery-image-gift-guide,
    .no-enhanced-gallery .gallery-image-gift-guide {
        background-position: center center;
        margin-top: 0
    }
}
.no-js .logo-image-iphone,
.no-enhanced-gallery .logo-image-iphone {
    width: 95px;
    height: 24px;
    background-size: 95px 24px;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_iphone_large.png");
    left: 50%;
    margin-left: -47.5px;
    position: relative
}
@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) {
    .no-js .logo-image-iphone,
    .no-enhanced-gallery .logo-image-iphone {
        background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_iphone_large_2x.png")
    }
}
@media only screen and (max-width: 735px) {
    .no-js .logo-image-iphone,
    .no-enhanced-gallery .logo-image-iphone {
        width: 72px;
        height: 18px;
        background-size: 72px 18px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_iphone_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) {
    .no-js .logo-image-iphone,
    .no-enhanced-gallery .logo-image-iphone {
        background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_iphone_small_2x.png")
    }
}
@media only screen and (max-width: 735px) {
    .no-js .logo-image-iphone,
    .no-enhanced-gallery .logo-image-iphone {
        left: 50%;
        margin-left: -36px;
        position: relative
    }
}
.no-js .gallery-image-iphone,
.no-enhanced-gallery .gallery-image-iphone {
    width: 803px;
    height: 640px;
    background-size: 803px 640px;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/v/home/dd/images/stacked/iphone_large.jpg");
    left: 50%;
    margin-left: -321.5px;
    position: relative;
    margin-top: -20px
}
@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) {
    .no-js .gallery-image-iphone,
    .no-enhanced-gallery .gallery-image-iphone {
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/iphone_large_2x.jpg")
    }
}
@media only screen and (max-width: 1068px) {
    .no-js .gallery-image-iphone,
    .no-enhanced-gallery .gallery-image-iphone {
        width: 631px;
        height: 503px;
        background-size: 631px 503px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/iphone_medium.jpg")
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .no-js .gallery-image-iphone,
    .no-enhanced-gallery .gallery-image-iphone {
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/iphone_medium_2x.jpg")
    }
}
@media only screen and (max-width: 735px) {
    .no-js .gallery-image-iphone,
    .no-enhanced-gallery .gallery-image-iphone {
        width: 524px;
        height: 416px;
        background-size: 524px 416px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/iphone_small.jpg")
    }
}
@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) {
    .no-js .gallery-image-iphone,
    .no-enhanced-gallery .gallery-image-iphone {
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/iphone_small_2x.jpg")
    }
}
@media only screen and (max-width: 1068px) {
    .no-js .gallery-image-iphone,
    .no-enhanced-gallery .gallery-image-iphone {
        left: 50%;
        margin-left: -280.5px;
        position: relative
    }
}
@media only screen and (max-width: 735px) {
    .no-js .gallery-image-iphone,
    .no-enhanced-gallery .gallery-image-iphone {
        left: 50%;
        margin-left: -194px;
        position: relative
    }
}
@media only screen and (max-width: 1068px) {
    .no-js .gallery-image-iphone,
    .no-enhanced-gallery .gallery-image-iphone {
        margin-top: -15px
    }
}
@media only screen and (max-width: 735px) {
    .no-js .gallery-image-iphone,
    .no-enhanced-gallery .gallery-image-iphone {
        margin-top: 0
    }
}
.no-js .gallery-item-iphone-alt,
.no-enhanced-gallery .gallery-item-iphone-alt {
    background: #0a0a0a
}
.no-js .gallery-image-iphone-alt,
.no-enhanced-gallery .gallery-image-iphone-alt {
    position: absolute;
    bottom: 0;
    width: 1212px;
    height: 757px;
    background-size: 1212px 757px;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/v/home/dd/images/stacked/iphone_alt_large.jpg");
    left: 50%;
    margin-left: -606px;
    position: relative;
    position: absolute;
    margin-bottom: -20px
}
@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) {
    .no-js .gallery-image-iphone-alt,
    .no-enhanced-gallery .gallery-image-iphone-alt {
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/iphone_alt_large_2x.jpg")
    }
}
@media only screen and (max-width: 1068px) {
    .no-js .gallery-image-iphone-alt,
    .no-enhanced-gallery .gallery-image-iphone-alt {
        width: 970px;
        height: 606px;
        background-size: 970px 606px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/iphone_alt_medium.jpg")
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .no-js .gallery-image-iphone-alt,
    .no-enhanced-gallery .gallery-image-iphone-alt {
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/iphone_alt_medium_2x.jpg")
    }
}
@media only screen and (max-width: 735px) {
    .no-js .gallery-image-iphone-alt,
    .no-enhanced-gallery .gallery-image-iphone-alt {
        width: 812px;
        height: 507px;
        background-size: 812px 507px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/iphone_alt_small.jpg")
    }
}
@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) {
    .no-js .gallery-image-iphone-alt,
    .no-enhanced-gallery .gallery-image-iphone-alt {
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/iphone_alt_small_2x.jpg")
    }
}
@media only screen and (max-width: 1068px) {
    .no-js .gallery-image-iphone-alt,
    .no-enhanced-gallery .gallery-image-iphone-alt {
        left: 50%;
        margin-left: -485px;
        position: relative
    }
}
@media only screen and (max-width: 735px) {
    .no-js .gallery-image-iphone-alt,
    .no-enhanced-gallery .gallery-image-iphone-alt {
        left: 50%;
        margin-left: -406px;
        position: relative
    }
}
@media only screen and (max-width: 1068px) {
    .no-js .gallery-image-iphone-alt,
    .no-enhanced-gallery .gallery-image-iphone-alt {
        position: absolute;
        margin-bottom: -16px
    }
}
@media only screen and (max-width: 735px) {
    .no-js .gallery-image-iphone-alt,
    .no-enhanced-gallery .gallery-image-iphone-alt {
        position: absolute;
        margin-bottom: -13px
    }
}
.no-js .logo-image-macbookpro,
.no-enhanced-gallery .logo-image-macbookpro {
    width: 186px;
    height: 24px;
    background-size: 186px 24px;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_macbookpro_large.png");
    left: 50%;
    margin-left: -93px;
    position: relative
}
@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) {
    .no-js .logo-image-macbookpro,
    .no-enhanced-gallery .logo-image-macbookpro {
        background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_macbookpro_large_2x.png")
    }
}
@media only screen and (max-width: 735px) {
    .no-js .logo-image-macbookpro,
    .no-enhanced-gallery .logo-image-macbookpro {
        width: 127px;
        height: 16px;
        background-size: 127px 16px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_macbookpro_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) {
    .no-js .logo-image-macbookpro,
    .no-enhanced-gallery .logo-image-macbookpro {
        background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_macbookpro_small_2x.png")
    }
}
@media only screen and (max-width: 735px) {
    .no-js .logo-image-macbookpro,
    .no-enhanced-gallery .logo-image-macbookpro {
        left: 50%;
        margin-left: -63.5px;
        position: relative
    }
}
.no-js .gallery-image-macbookpro,
.no-enhanced-gallery .gallery-image-macbookpro {
    width: 1347px;
    height: 530px;
    background-size: 1347px 530px;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/v/home/dd/images/stacked/macbookpro_large.jpg");
    left: 50%;
    margin-left: -419.5px;
    position: relative;
    margin-top: 50px;
    position: absolute;
    bottom: 0
}
@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) {
    .no-js .gallery-image-macbookpro,
    .no-enhanced-gallery .gallery-image-macbookpro {
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/macbookpro_large_2x.jpg")
    }
}
@media only screen and (max-width: 1068px) {
    .no-js .gallery-image-macbookpro,
    .no-enhanced-gallery .gallery-image-macbookpro {
        width: 1029px;
        height: 405px;
        background-size: 1029px 405px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/macbookpro_medium.jpg")
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .no-js .gallery-image-macbookpro,
    .no-enhanced-gallery .gallery-image-macbookpro {
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/macbookpro_medium_2x.jpg")
    }
}
@media only screen and (max-width: 735px) {
    .no-js .gallery-image-macbookpro,
    .no-enhanced-gallery .gallery-image-macbookpro {
        width: 574px;
        height: 342px;
        background-size: 574px 342px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/macbookpro_small.jpg")
    }
}
@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) {
    .no-js .gallery-image-macbookpro,
    .no-enhanced-gallery .gallery-image-macbookpro {
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/macbookpro_small_2x.jpg")
    }
}
@media only screen and (max-width: 1068px) {
    .no-js .gallery-image-macbookpro,
    .no-enhanced-gallery .gallery-image-macbookpro {
        left: 50%;
        margin-left: -343.5px;
        position: relative
    }
}
@media only screen and (max-width: 735px) {
    .no-js .gallery-image-macbookpro,
    .no-enhanced-gallery .gallery-image-macbookpro {
        left: 50%;
        margin-left: -147px;
        position: relative
    }
}
@media only screen and (max-width: 1068px) {
    .no-js .gallery-image-macbookpro,
    .no-enhanced-gallery .gallery-image-macbookpro {
        margin-top: 40px;
        position: absolute
    }
}
@media only screen and (max-width: 735px) {
    .no-js .gallery-image-macbookpro,
    .no-enhanced-gallery .gallery-image-macbookpro {
        margin-top: 30px;
        position: absolute
    }
}
.no-js .gallery-item-macbookpro .gallery-item-content .has-center-content,
.no-enhanced-gallery .gallery-item-macbookpro .gallery-item-content .has-center-content {
    margin: 0 auto
}
.no-js .gallery-image-event,
.no-enhanced-gallery .gallery-image-event {
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0%;
    background-position: 50% 38%
}
@media only screen and (max-width: 1068px) {
    .no-js .gallery-image-event,
    .no-enhanced-gallery .gallery-image-event {
        background-position: 50% 50%
    }
}
.no-js.ie8 .gallery-image-event,
.no-enhanced-gallery.ie8 .gallery-image-event {
    top: 30px
}
.no-js .gallery-item-event .gallery-item-content .has-center-content,
.no-enhanced-gallery .gallery-item-event .gallery-item-content .has-center-content {
    margin: 0 auto
}
.no-js .logo-image-watch,
.no-enhanced-gallery .logo-image-watch {
    width: 144px;
    height: 55px;
    background-size: 144px 55px;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_watch_large.png");
    left: 50%;
    margin-left: -72px;
    position: relative
}
@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) {
    .no-js .logo-image-watch,
    .no-enhanced-gallery .logo-image-watch {
        background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_watch_large_2x.png")
    }
}
@media only screen and (max-width: 735px) {
    .no-js .logo-image-watch,
    .no-enhanced-gallery .logo-image-watch {
        width: 111px;
        height: 43px;
        background-size: 111px 43px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_watch_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) {
    .no-js .logo-image-watch,
    .no-enhanced-gallery .logo-image-watch {
        background-image: url("http://images.apple.com/v/home/dd/images/shared/logo_watch_small_2x.png")
    }
}
@media only screen and (max-width: 735px) {
    .no-js .logo-image-watch,
    .no-enhanced-gallery .logo-image-watch {
        left: 50%;
        margin-left: -55.5px;
        position: relative
    }
}
.no-js .gallery-image-watch,
.no-enhanced-gallery .gallery-image-watch {
    width: 1258px;
    height: 671px;
    background-size: 1258px 671px;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/v/home/dd/images/stacked/watch_large.jpg");
    left: 50%;
    margin-left: -599px;
    position: relative;
    margin-top: -70px
}
@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) {
    .no-js .gallery-image-watch,
    .no-enhanced-gallery .gallery-image-watch {
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/watch_large_2x.jpg")
    }
}
@media only screen and (max-width: 1068px) {
    .no-js .gallery-image-watch,
    .no-enhanced-gallery .gallery-image-watch {
        width: 887px;
        height: 473px;
        background-size: 887px 473px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/watch_medium.jpg")
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .no-js .gallery-image-watch,
    .no-enhanced-gallery .gallery-image-watch {
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/watch_medium_2x.jpg")
    }
}
@media only screen and (max-width: 735px) {
    .no-js .gallery-image-watch,
    .no-enhanced-gallery .gallery-image-watch {
        width: 496px;
        height: 563px;
        background-size: 496px 563px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/watch_small.jpg")
    }
}
@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) {
    .no-js .gallery-image-watch,
    .no-enhanced-gallery .gallery-image-watch {
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/watch_small_2x.jpg")
    }
}
@media only screen and (max-width: 1068px) {
    .no-js .gallery-image-watch,
    .no-enhanced-gallery .gallery-image-watch {
        left: 50%;
        margin-left: -433.5px;
        position: relative
    }
}
@media only screen and (max-width: 735px) {
    .no-js .gallery-image-watch,
    .no-enhanced-gallery .gallery-image-watch {
        left: 50%;
        margin-left: -248px;
        position: relative
    }
}
@media only screen and (max-width: 1068px) {
    .no-js .gallery-image-watch,
    .no-enhanced-gallery .gallery-image-watch {
        margin-top: -40px
    }
}
@media only screen and (max-width: 735px) {
    .no-js .gallery-image-watch,
    .no-enhanced-gallery .gallery-image-watch {
        margin-top: -70px
    }
}
.no-js .gallery-image-watch-alt,
.no-enhanced-gallery .gallery-image-watch-alt {
    width: 1258px;
    height: 671px;
    background-size: 1258px 671px;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/v/home/dd/images/stacked/watch_alt_large.jpg");
    left: 50%;
    margin-left: -599px;
    position: relative;
    margin-top: -70px
}
@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) {
    .no-js .gallery-image-watch-alt,
    .no-enhanced-gallery .gallery-image-watch-alt {
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/watch_alt_large_2x.jpg")
    }
}
@media only screen and (max-width: 1068px) {
    .no-js .gallery-image-watch-alt,
    .no-enhanced-gallery .gallery-image-watch-alt {
        width: 887px;
        height: 473px;
        background-size: 887px 473px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/watch_alt_medium.jpg")
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .no-js .gallery-image-watch-alt,
    .no-enhanced-gallery .gallery-image-watch-alt {
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/watch_alt_medium_2x.jpg")
    }
}
@media only screen and (max-width: 735px) {
    .no-js .gallery-image-watch-alt,
    .no-enhanced-gallery .gallery-image-watch-alt {
        width: 496px;
        height: 563px;
        background-size: 496px 563px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/watch_alt_small.jpg")
    }
}
@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) {
    .no-js .gallery-image-watch-alt,
    .no-enhanced-gallery .gallery-image-watch-alt {
        background-image: url("http://images.apple.com/v/home/dd/images/stacked/watch_alt_small_2x.jpg")
    }
}
@media only screen and (max-width: 1068px) {
    .no-js .gallery-image-watch-alt,
    .no-enhanced-gallery .gallery-image-watch-alt {
        left: 50%;
        margin-left: -433.5px;
        position: relative
    }
}
@media only screen and (max-width: 735px) {
    .no-js .gallery-image-watch-alt,
    .no-enhanced-gallery .gallery-image-watch-alt {
        left: 50%;
        margin-left: -248px;
        position: relative
    }
}
@media only screen and (max-width: 1068px) {
    .no-js .gallery-image-watch-alt,
    .no-enhanced-gallery .gallery-image-watch-alt {
        margin-top: -40px
    }
}
@media only screen and (max-width: 735px) {
    .no-js .gallery-image-watch-alt,
    .no-enhanced-gallery .gallery-image-watch-alt {
        margin-top: -70px
    }
}
.no-js .gallery-item-watch,
.no-enhanced-gallery .gallery-item-watch {
    padding-bottom: 8px
}
@media only screen and (max-width: 1068px) {
    .no-js .gallery-item-watch,
    .no-enhanced-gallery .gallery-item-watch {
        padding-bottom: 50px
    }
}
@media only screen and (max-width: 735px) {
    .no-js .gallery-item-watch,
    .no-enhanced-gallery .gallery-item-watch {
        padding-bottom: 0px
    }
}
@media only screen and (max-width: 735px) {
    .no-js .gallery-item-watch .gallery-item-content,
    .no-enhanced-gallery .gallery-item-watch .gallery-item-content {
        padding-top: 30px
    }
}
.no-js .gallery-item-watch .typography-section-headline,
.no-enhanced-gallery .gallery-item-watch .typography-section-headline {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    top: 601px
}
@media only screen and (max-width: 1068px) {
    .no-js .gallery-item-watch .typography-section-headline,
    .no-enhanced-gallery .gallery-item-watch .typography-section-headline {
        top: 483px
    }
}
@media only screen and (max-width: 735px) {
    .no-js .gallery-item-watch .typography-section-headline,
    .no-enhanced-gallery .gallery-item-watch .typography-section-headline {
        top: 454px
    }
}
@media only screen and (min-width: 1440px) {
    .gallery-container.holiday-banner {
        min-height: 840px
    }
}