.container {
    width: 100%;
    height: 100%;
    background-color: red;
    margin: 0;
    padding: 0;
    /*background-size: cover;*/
    /*object-fit: cover;*/
    /*margin-top: 50px;*/
}

.section-wrap {
    width: 100%;
    max-width: 1024px;
}

.section-wrap .text {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-left: 8%;
    transform: translateY(-56%);
    color: #fff;
}

.section-wrap .text h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 1;
}

.section-wrap .text h4 {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: normal;
    opacity: 0.8;
}

.section-wrap .apple-download {
    margin-top: 17%;
    width: 31%;
}

.section-wrap .image {
    position: absolute;
    bottom: 22%;
    right: 0;
    width: 44%;
    transform: translate(2%, 20%);
}

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

.other-element {
    width: 80vw;
    height: calc(60vw - 50px);
    max-width: 133.33vh;
    max-height: calc(100vh - 50px);
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
    object-position: center top;
}

.other-element-mobile {
    display: none;
}

.download-button {
    width: 13vw;
    height: 3.8vw;
    float: bottom;
    max-width: 13vw;
    max-height: 3.8vw;
    left: 0;
    right: 0;
    /*margin: auto;*/
}
/*.download-button {*/
/*    width: 13vw;*/
/*    height: 3.8vw;*/
/*    max-width: 13vh;*/
/*    max-height: 3.8vh;*/
/*    position: absolute;*/
/*    top: 650px;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 800px;*/
/*    margin: auto;*/
/*}*/
