
.screenshot, .descriptions {
    height: 700px;
}

.app-gray-background {
    background-color: #F5F5F5;
}

.screenshot {
    text-align: center;
}

.screenshot img {
    max-width: 100%;
}

.descriptions .text {
    padding: 40pt 0 20pt 0;
}

.descriptions p:not(:first-child) {
    margin-top: 25pt;
}

.bottom-dl {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.download-btn {
    display: inline-block;
    color: #FF440E;
    padding: 8pt 30pt;
    border: 1px solid #FF440E;
    font-size: 10pt;
    border-radius: 50px;
    vertical-align: middle;
    position: relative;
}

.download-btn:hover {
    text-decoration: none;
    color: #FF440E;
}

.download-btn p.iOS {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    line-height: 40px;
    display: none;
    color: white;
    pointer-events: none;
}

.QR {
    display: inline-block;
    position: relative;
    height: 70px;
    vertical-align: middle;
}

.QRFrame {
    height: 100%;
    display: none;
}

.QRCode {
    height: 63px;
    position: absolute;
    top: 4px;
    left: 8px;
    border-radius: 10px;
    display: none;
}

@media (min-width: 992px) {
    .download-btn:hover {
        background-color: #FF440E;
    }
}

@media (max-width: 992px) {
    .descriptions h1.name {
        font-size: 40px;
    }

    .app, .screenshot, .descriptions {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .top-banner {
        height: 320px;
        background-image: url(/img/apps_banner.png);
        background-repeat: no-repeat;
    }

    .container-padding-top {
        padding-top: 270px;
    }

    .descriptions .text {
        padding: 20pt 0 20pt 0;
    }

    .descriptions {
        padding-top: 20px;
    }

    .app, .screenshot, .descriptions {
        height: auto;
    }

    .app:last-child {
        padding-bottom: 60px;
    }

    .app .center-vertically {
        position: static;
        top: 0;
        transform: inherit;
    }
}

@media (min-width: 725px) and (max-width: 767px) {
    .top-banner {
        height: 420px;
    }

    .container-padding-top {
        padding-top: 370px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .top-banner {
        height: 380px;
    }

    .container-padding-top {
        padding-top: 330px;
    }
}
