#mobile-banner {
    background-image: url("https://storage.googleapis.com/jjk_webstore_v2/wendo_banner_hires.jpg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 4em;
    display: flex;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: relative;
}

.magazine-logo {
    height: 80vh;   
    margin-top: 2em;
    object-fit: contain;
    padding-right: 4em;
    position: absolute;
    top: 22%;
    left: 15%;
}

.magazine-cover-support {
    font-family: var(--header-font);
    color: #fff;
    position: absolute;
    bottom: 11%;
    right: 2em;
    font-weight: 300;
    width: 55vw;
    padding: .5em 0em;
    background: var(--primary-green);
    font-size: .875em;
    text-align: right;
    padding-right: 1em;
}



@font-face {
    font-family: myFirstFont;
    src: url(/fonts/OTF.otf);
}

.logo-subtitle {
    font-family: myFirstFont;
    color: #fff;
    font-size: 3em;
    margin-right: 2em;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
    line-height: 0;
    position: absolute;
    top: 60%;
    left: 20%;
}
#mobile-banner a {
    position: absolute;
    bottom: 9%;
    left: 1%;
    margin: 1em;
}

#mobile-banner a img {
    transform: rotate(-45deg);
    transition: all 1s;
    width: 6.25em;
    height: 6.25em;
}

.comb-img {
    position: absolute;
    bottom: 0;
    margin: 0em 1em;
    left: 0;
    height: 15vh;
    display: none;
    object-fit: contain;
}

.mobile-banner-overlay {
    position: absolute;
    left: 2vw;
    top: 2vh;
    height: 96vh;
    width: 96vw;
    border: 1px solid var();
}