.container {
    width: 300vw;
    transition: transform 0.5s;
}
.inner {
    width: 100vw;
    float: left;
}
.inner img {
    width: 100%;
}
.dark-mode {
    background-color: black;
    color: white;
}