html,
body {
    /* min-height: 100%;
     */
    height: 100%;
    position: relative;
}

section.content {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

section.content-mobile {
    display: none;
}


/* 
section.content .row {
    margin: 0;
    width: 100%;
} */

body {
    background-image: url(../img/general/jojo_front.png), url(../img/general/background_left_top.png), url(../img/general/background_left_bottom.png), url(../img/general/background_right_bottom.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: right bottom, left top, left bottom, right bottom;
    background-size: auto 95%, 40% auto, 30% auto, 45% auto;
}

.disclaimer {
    font-size: .9rem;
    line-height: 1.1rem;
    font-weight: bold;
    color: #491057;
    text-align: center;
}

h1 {
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: bold;
    color: #ff199f;
    text-align: center;
}

h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
    color: #491057;
    text-align: center;
}
.jojo-mobile{
    display: none;
    margin-left: 47%;
}

@media screen and (max-width:1200px) {
    body{
        background-size: auto 85%, 40% auto, 30% auto, 45% auto;
        background-position: 103% bottom, left top, left bottom, right bottom;
    }
}
@media screen and (max-width:1130px) {
    body{
        background-size: auto 80%, 40% auto, 30% auto, 45% auto;
        background-position: 113% bottom, left top, left bottom, right bottom;
    }
}

@media screen and (max-width:992px) {
    section.content .access {
        width: 80px;
    }
    section.content h1 {
        display: none;
        font-size: 26px;
        line-height: unset;
        margin-right: 40px;
        margin-bottom: 0;
    }
    section.content .desktop {
        display: none;
    }
    body {
        background-image: none;
    }
    section.content {
        background-image: url(../img/home/jojo-mobile.png), url('../img/home/decoration_headphones.png'), url('../img/home/decoration_star.png'), url('../img/general/background_bottom_portrait.png');
        background-position: center bottom, 75px bottom, left bottom, bottom;
        /* background-position-y: bottom, 10px, 20px; */
        height: unset;
        padding-top: 55px;
        overflow: hidden;
        background-size:auto, auto, auto, 100%;
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    }
    section.content-mobile {
        display: block;
        padding-top: 30px;
    }
    .jojo-mobile{
        display: block;
    }
    section.content-mobile h2 {
        font-size: 20px;
    }
    section.content-mobile .showstopper {
        width: 80%;
    }
    .disclaimer {
        font-size: 12px;
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    section.content-mobile .access {
        width: 30%;
    }
}