@media screen and (max-height: 1100px) and (max-width: 1920px) {

    .navi {
    width: 108%;
    font-size: 2.5em;
}

    .main {
    width: 90%;
    height: 80%;
}

.stands img {
    height: 300px;
}

    .badges img {
        height: 115px;
    }

    .figures {
        height: 45%;
    }

    .figures img:first-of-type {
        margin-right: -2em;
    }
    .figures img:last-of-type {
        margin-left: -2em;
    }

    .cf img {
    height: 240px;
}
    .posters img {
    height: 390px;
}

.misc {
    margin-left: 3em;
}

.misc>.mmgh {
    width: 25%;
}


    .bottom {
        bottom: -5.5em;
        width: 110%;
    }

}