body.index .container {
    height: 100%;
    padding: 0 0 30px;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.section-wrap {
    overflow: visible;
}

.section-wrap .text h2 {
    margin-top: 10%;
    font-size: 32px;
}

.section-wrap .text h4 {
    margin-top: -3%;
    font-size: 15px;
    line-height: 1.4;
    font-weight: normal;
}

.section-wrap .apple-download {
    width: 40%;
    margin: 0 auto;
}

.section-wrap .image {
    width: 60%;
    margin: -15% auto 0;
}

.section-wrap .image img {
    width: 100%;
}

.other-element {
    display: none;
}
/*640 1234*/
.other-element-mobile {
    width: 47vh;
    height: 90vh;
    max-width: 100vw;
    max-height: 200vw;
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
    object-position: center top;
}

/*.download-button {*/
/*    width: 13vh;*/
/*    height: 90vh;*/
/*    max-width: 100vw;*/
/*    max-height: 200vw;*/
/*    position: absolute;*/
/*    top: 50px;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*}*/
