﻿.dfo-page .swoosh-product-description.swoosh-product-description--dfo {
    max-width: 410px;
}

.dfo-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;
}
.dfo-page .yes-woman-img-wrapper {
    padding: 0;
}
.dfo-page .yes-woman-img {
    width: 100%;
    height: 720px;
    background-image:url(../img/Woman-Yes.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: top right;
}

.dfo-page .layer-wrapper {
    position: relative;
    height: 525px;
    overflow: hidden;
}

.dfo-page .layer {
    width: 100%;
    height: 525px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
.dfo-page .layer.layer--logo {
    padding-top: 30px;
    padding-left: 3px;
}
.dfo-page .layer.layer--grey-box {
    padding-top: 0;
}
.dfo-page .layer.layer--title {
    padding-top: 80px;
}
.dfo-page .layer.layer--description {
    padding-top: 235px;
}

.dfo-page .product-title-gap {
    width: 115px;
    min-width: 115px;
}

.dfo-page .img-centre-through {
    top: 50%;
    left: -27%;
    height: 45%;
    position: absolute;
    z-index: 2;
}

@media (max-width: 1346px) {
    .dfo-page .swoosh-product-title {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .dfo-page .swoosh-product-title {
        font-size: 48px;
    }

    .dfo-page .layer-wrapper {
        height: 450px;
    }
}

/* Medium devices */
@media (max-width: 720px) {
    .dfo-page .yes-woman-img {
        height: 320px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .dfo-page .layer-wrapper {
        height: 375px;
    }

    .dfo-page .swoosh-logo {
        width: 100px;
        height: 80px;
    }

    .dfo-page .layer.layer--logo {
        padding-top: 20px;
    }

    .dfo-page .layer.layer--title {
        padding-top: 0;
    }

    .dfo-page .swoosh-product-title {
        font-size: 38px;
    }

    .dfo-page .layer.layer--description {
        padding-top: 155px;
    }
    .dfo-page .swoosh-product-description.swoosh-product-description--doc-connect {
        max-width: none;
    }
}

/* iPhone 5/SE (portrait phones, less than 320px) */
@media (max-width: 320px) {
    .dfo-page .swoosh-logo {
        width: 60px;
        height: 50px;
    }
    .dfo-page .swoosh-product-title {
        font-size: 25px;
    }
    .dfo-page .product-title-gap {
        width: 70px;
        min-width: 70px;
    }
    .dfo-page .layer.layer--description {
        padding-top: 85px;
    }
    .dfo-page .layer-wrapper {
        height: 375px;
    }
}