#screenshot {
    width: 20rem;
    height: 12rem;
    border: 1px solid black;
    object-fit: scale-down;
}

#screenshot > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
