﻿.doc-connect-page .grey-box-img {
    width: 100%;
    height: 365px;
    background-repeat: no-repeat;
    background-image: url(../img/Grey-Box-Half.png);
    background-size: 675px;
    background-position: top;
    background-position-x: 225px;
}

.doc-connect-page .person-in-call-img-wrapper {
    position: relative;
}

.doc-connect-page .person-in-call-img {
    width: 100%;
    height: 720px;
    background-repeat: no-repeat;
    background-image: url('../img/Person-In-Call-Grouped.png');
    background-size: 1343px;
    background-position: right;
    position: absolute;
    right: -310px;
}

.doc-connect-page .layer-wrapper {
    position: relative;
    height: 720px;
    overflow: hidden;
}

.doc-connect-page .layer {
    width: 100%;
    height: 720px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
.doc-connect-page .layer.layer--logo {
    padding-top: 30px;
    padding-left: 3px;
}
.doc-connect-page .layer.layer--grey-box {
    padding-top: 0;
}
.doc-connect-page .layer.layer--person-in-call {
    display: none;
}
.doc-connect-page .layer.layer--title {
    padding-top: 80px;
}
.doc-connect-page .layer.layer--description {
    padding-top: 235px;
}
.doc-connect-page .layer.layer--white-bg {
    background-color: white;
    width: 100%;
    max-width: 545px;
    height: 400px;
}

.doc-connect-page .product-title-gap {
    width: 115px;
}

.doc-connect-page .second-description {
    font-size: 13px;
    height: 100%;
    background-color: rgb(16, 17, 57);
    color: white;
    padding: 50% 19%;
}

@media (max-width: 1360px) {
    .doc-connect-page .person-in-call-img {
        background-size: 1178px;
        background-position-x: 4px;
        background-position-y: -187px;
    }
}
@media (max-width: 920px) {
    .doc-connect-page .person-in-call-img {
        background-size: 1178px;
        background-position-x: 4px;
        background-position-y: 67px;
        right: 0;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .doc-connect-page .layer-wrapper {
        height: 420px;
    }

    .doc-connect-page .swoosh-logo {
        width: 100px;
        height: 80px;
    }

    .doc-connect-page .layer.layer--logo {
        padding-top: 20px;
    }

    .doc-connect-page .layer.layer--title {
        padding-top: 0;
    }

    .doc-connect-page .swoosh-product-title {
        font-size: 38px;
    }

    .doc-connect-page .layer.layer--description {
        padding-top: 155px;
    }
    .doc-connect-page .swoosh-product-description.swoosh-product-description--doc-connect {
        max-width: none;
    }
}

@media (max-width: 575px) {
    .doc-connect-page .layer-wrapper {
        height: 320px;
    }
    .doc-connect-page .second-description {
        padding: 20%;
    }
}

/* iPhone 5/SE (portrait phones, less than 320px) */
@media (max-width: 320px) {
    .doc-connect-page .swoosh-logo {
        width: 60px;
        height: 50px;
    }
    .doc-connect-page .swoosh-product-title {
        font-size: 25px;
    }
    .doc-connect-page .product-title-gap {
        width: 70px;
    }
    .doc-connect-page .layer.layer--description {
        padding-top: 85px;
    }
    .doc-connect-page .layer-wrapper {
        height: 375px;
    }
}