:root {
    --blendMode: normal;
}

html,
body {
    font-family: sans-serif;
}

img {
    display: block;
    max-width: 100%;
}

#container {
    max-width: 768px;
    overflow: hidden;
    position: relative;
    div {
        position: absolute;
        z-index: 1;
    }
}