html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #ea7600;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ym-stage {
    position: relative;
    width: min(100vw, calc(100vh * 16 / 9));
    aspect-ratio: 16 / 9;
    background-image: url('assets/YOURMANUAL_landingpage_102024.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* Hotspots over the "Contact / Imprint / Data privacy" labels painted into the image. */
.ym-link {
    position: absolute;
    top: 86.5%;
    height: 5%;
    display: block;
}

.ym-link--contact {
    left: 76%;
    width: 5.5%;
}

.ym-link--imprint {
    left: 82.5%;
    width: 6%;
}

.ym-link--privacy {
    left: 89%;
    width: 8%;
}
