* {
    padding: 0;
    margin: 0;
}

.forceMobile_wrapper {
    position: relative;
    width: 48.2968988307vh;
    margin: 0 auto;
}

.force-mobile {
    width: 98%;
    height: 92%;
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    display: block;
    overflow: hidden;
    z-index: 0;
}

.preTitle {
    font-size: 28px;
    color: #a40015;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.preTitle2 {
    font-size: 63px;
    color: #a40015;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.title {
    font-size: 94px;
    color: #a40015;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    line-height: 100px;
}

body {
    background-image: url('/bg.png');
    background-repeat: no-repeat;
    height: 110vh;
    width: 100vw;
    overflow: hidden;
    background-size: cover;
    background-position: 0 -60px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 26px;
}

.logo {
    position: absolute;
    right: -200px;
    top: 1.5rem;
    background-image: url('/logo.png');
    background-repeat: no-repeat;
    height: 143px;
    width: 142px;
    overflow: hidden;
}

.wrapper_text {
    position: absolute;
    left: -530px;
    top: 1.5rem;
    transform: scale(0.85);
    transform-origin: right top;
}

.join-btn {
    display: inline-block;
    margin-top: 24px;
    padding: 12px 20px;
    background: #a40015;
    color: #fff;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 6px;
}

.join-btn-fixed {
    position: absolute;
    left: -400px;
    top: 450px;
}

@media screen and (max-width: 1572px) {
    .wrapper_text {
        transform: scale(0.5);
        transform-origin: right top;
    }

    .join-btn-fixed {
        left: -310px; /* shift slightly more left when text scales */
    }

    .wrapperFrame {
        width: 100%;
    }

    .force-mobile {
        width: 98%;
    }

    .wrapperFrame:before {
        /* left: -14px;
        width: 102%;
        background-size: 101% 95vh; */
    }

    .wrapperFrame {
        width: 105%;
    }
}

.wrapperFrame {
    padding-top: 10px;
    overflow: hidden;
    height: 90vh;
    width: 43.296899vh;
    display: flex;
    justify-content: center;
    align-items: end;
}

.wrapper>img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35vw;
    z-index: -1;

}

.header {
    position: absolute;
    top: 16px;
    z-index: 3;
    width: 50%;
    height: 45px;
}

.header2 {
    position: absolute;
    top: 24px;
    height: 82px;
    width: 90%;
    background: #ae000c;
    z-index: -2;
}


.wrapperFrame:before {
    background-image: url('/phone.png');
    background-size: 100% 95vh;
    display: inline-block;
    width: 104%;
    height: 95vh;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    z-index: 1;
    zoom: 1;
    pointer-events: none;
    bottom: -27px;
}

.block {
    width: 100px;
    position: absolute;
    top: 20px;
    left: 50%;
}

#time {
    position: absolute;
    left: -16.703101vh;
    top: -2px;
    z-index: 4;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

.battery {
    z-index: 2;
    background-image: url('/battery.png');
    width: 20px;
    height: 20px;
    background-size: contain;
    display: block;
}

.wifi {
    z-index: 2;
    background-image: url('/wifi.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 12px;
    background-size: contain;
    display: block;
}

.info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 8.296899vh;
    top: 37px;
    font-size: 17px;
    color: #fff;
}

.force-mobileMob {
    display: none;
}

@media screen and (min-width: 1500px) {
    .header2 {
        top: 21px;
    }
}

@media screen and (max-width: 969px) and (min-width: 501px) {
    .wrapper_text {
        display: none;
    }

    .logo {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .force-mobileMob {
        display: block;
        width: 100%;
        height: 100vh;
        /* margin: -27px 0 0 0; */
    }

    .wrapper {
        display: none;
    }

}