﻿.hyperimage-page .swoosh-product-description.swoosh-product-description--hyperimage {
    max-width: 410px;
}

.hyperimage-page .grey-box-img {
    width: 100%;
    height: 365px;
    background-repeat: no-repeat;
    background-image: url(../img/Grey-Box-2.png);
    background-size: 106px;
    background-position: top;
    background-position-x: 344px;
    background-position-y: 56px;
}
.hyperimage-page .yearly-view-img-wrapper {
    padding: 20px 10px;
}
.hyperimage-page .yearly-view-img {
    width: 100%;
    height: 720px;
    background-image:url(../img/hyperimage.png);
    background-size:contain;
    background-repeat: no-repeat;
}

.hyperimage-page .layer-wrapper {
    position: relative;
    height: 525px;
    overflow: hidden;
}

.hyperimage-page .layer {
    width: 100%;
    height: 525px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
.hyperimage-page .layer.layer--logo {
    padding-top: 30px;
    padding-left: 3px;
}
.hyperimage-page .layer.layer--grey-box {
    padding-top: 0;
}
.hyperimage-page .layer.layer--title {
    padding-top: 80px;
}
.hyperimage-page .layer.layer--description {
    padding-top: 235px;
}

.hyperimage-page .product-title-gap {
    width: 115px;
}

@media (max-width: 1165px) {
    .hyperimage-page .grey-box-img {
        display: none;
    }
}
@media (max-width: 991px) {
    .hyperimage-page .grey-box-img {
        display: block;
    }
}

/* Medium devices */
@media (max-width: 720px) {
    .hyperimage-page .yearly-view-img {
        height: 320px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .hyperimage-page .layer-wrapper {
        height: 420px;
    }

    .hyperimage-page .swoosh-logo {
        width: 100px;
        height: 80px;
    }

    .hyperimage-page .layer.layer--logo {
        padding-top: 20px;
    }

    .hyperimage-page .layer.layer--title {
        padding-top: 0;
    }

    .hyperimage-page .swoosh-product-title {
        font-size: 38px;
    }

    .hyperimage-page .layer.layer--description {
        padding-top: 155px;
    }
    .hyperimage-page .swoosh-product-description.swoosh-product-description--hyperimage {
        max-width: none;
    }
}

/* iPhone 5/SE (portrait phones, less than 320px) */
@media (max-width: 320px) {
    .hyperimage-page .swoosh-logo {
        width: 60px;
        height: 50px;
    }
    .hyperimage-page .swoosh-product-title {
        font-size: 25px;
    }
    .hyperimage-page .product-title-gap {
        width: 70px;
    }
    .hyperimage-page .layer.layer--description {
        padding-top: 85px;
    }
    .hyperimage-page .layer-wrapper {
        height: 375px;
    }
}