#imageBox {
    display: none;
    justify-content: center;
    align-items: center;
}
#imageBox + .kwalbumResizedBox {
    margin-top: 10px;
}
#nextImg {
    display: none;
}
#imageBox img {
    max-width: 100%;
    max-height: 100vh;
}
#imageText {
    position: absolute;
    left: 10px;
    bottom: 30px;
    background-color: black;
    color: coral;
}