#photoviewerContent {
    background-color: black;
    display: flex;
}

#photoviewerContent img {
    max-width: 60vw;
    max-height: 60vh;
    width: auto;
    height: auto;
    margin: auto;
    object-fit: contain;
}