.overlay-headline + main {
    padding-top: 4em;
}

.overlay-headline .container {
    height: 4em;
    padding-top: 2em;
}

#one-product-page {
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 320px;
    position: relative;
}

    #one-product-page #banner {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        height: 100%;
        position: relative;
    }

    #one-product-page #banner-heading, #one-product-page #banner-logo {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
    }


        #one-product-page #banner-heading h1 {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 0;
            color: #FFF;
            padding-left: 2.33em;
            font-size: 3.125em;
            vertical-align: middle;
        }

            #one-product-page #banner-heading h1 p {
                margin-bottom: 0;
            }

    #one-product-page #banner-subtitle {
        position: absolute;
        top: 200px;
        left: 30px;
        font-size: 1.5em;
        font-weight: 300;
    }

.product-aspect {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .product-aspect h1 {
        margin: 0 0 25px;
        text-align: left;
    }

.aspect-media figure, div.aspect-button {
    text-align: center;
}

.product-aspect h2 {
    color: #0a1617;
}

    .product-aspect h2.larger {
        font-size: 2.2222em;
    }

.product-aspect:nth-of-type(2n) {
    background-color: #f0f0ed;
}

div.aspect-button {
    margin-top: 40px;
}

.aspect-nav {
    line-height: 3em;
    width: 100%;
    z-index: 1000;
}

    .aspect-nav h2 {
        color: #FFF;
    }

a.aspect-nav-link {
    margin: 0 1em;
    font-size: 20px;
    padding: 4px 16px;
    border-radius: 8px;
    white-space: nowrap;
    display: block;
}

    a.aspect-nav-link:active, a.aspect-nav-link:link, a.aspect-nav-link:visited {
        color: #FFF;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }

    a.aspect-nav-link:hover {
        color: #ff3f67;
        background-color: #FFF;
        border-radius: 8px;
    }

@media only screen and (max-width:383px) {
    #one-product-page #banner-logo {
        width: 240px;
    }
}

@media only screen and (min-width:384px) and (max-width:479px) {
    #one-product-page #banner-logo {
        width: 320px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    #one-product-page #banner-logo {
        width: 420px;
    }
}

@media only screen and (min-width:992px) {
    .overlay-headline + main {
        padding-top: 0;
    }

    .overlay-headline .container {
        height: auto;
        padding-top: 0;
    }

    #one-product-page {
        height: 400px;
        padding-top: 90px;
    }

    .product-aspect {
        padding-top: 64px;
        padding-bottom: 64px;
    }

        .product-aspect h1 {
            margin: 0 0 42px;
            text-align: center;
        }

        .product-aspect h2.larger {
            font-size: 2.5em;
        }

    a.anchor.aspect {
        padding-top: 100px;
        margin-top: -100px;
    }

    .aspect-nav {
        text-align: center;
    }

        .aspect-nav.sticky {
            position: -webkit-sticky;
            position: -moz-sticky;
            position: -ms-sticky;
            position: -o-sticky;
            position: sticky;
            top: 0;
        }

    a.aspect-nav-link {
        display: inline;
        margin: 0 1em;
        font-size: 20px;
        padding: 4px 16px;
        border-radius: 8px;
        white-space: nowrap;
        position: relative;
        text-decoration: none;
    }

        a.aspect-nav-link:before {
            content: "";
            position: absolute;
            width: 74%;
            height: 2px;
            bottom: 0;
            left: 13%;
            background-color: #fff;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

        a.aspect-nav-link.in-scroll-view:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

        a.aspect-nav-link:active, a.aspect-nav-link:link, a.aspect-nav-link:visited {
            color: #FFF;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
        }

        a.aspect-nav-link:hover {
            color: #ff3f67;
            background-color: #FFF;
            border-radius: 8px;
        }
}

.aspect-media {
    overflow: hidden;
}

    .aspect-media iframe, .aspect-media img, .aspect-media video {
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        width: 360px;
        height: 245px;
    }

@media only screen and (min-width:480px) {
    .aspect-media iframe, .aspect-media img, .aspect-media video {
        width: 440px;
        height: 300px;
    }
}

@media only screen and (min-width:768px) {
    .aspect-media iframe, .aspect-media img, .aspect-media video {
        width: 640px;
        height: 436px;
    }
}

@media only screen and (min-width:992px) {
    .aspect-media iframe, .aspect-media img, .aspect-media video {
        width: 500px;
        height: 341px;
    }
}

@media only screen and (min-width:1200px) {
    .aspect-media iframe, .aspect-media img, .aspect-media video {
        width: 600px;
        height: 409px;
    }
}

@media only screen and (min-width:992px) {
    .col-md-4 .aspect-media iframe, .col-md-4 .aspect-media img, .col-md-4 .aspect-media video {
        width: 333px;
        height: 227px;
    }
}

@media only screen and (min-width:1200px) {
    .col-md-4 .aspect-media iframe, .col-md-4 .aspect-media img, .col-md-4 .aspect-media video {
        width: 400px;
        height: 273px;
    }
}
    #one-product-page #banner-logo{
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        height: 120px;
        left: -10px;
    }

