.spotlight img,
.image{
    width: 29vw;
    height: auto;
    max-width: 390px;
    margin: 1vmin 1vmin;
    content-visibility: auto;
}
.image{
    display: inline-block;
    height: 20vw;
    max-height: 146px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.spotlight img{
    height: 20vw;
    max-height: 300px;
    object-fit: cover;
    border-radius: 0.625rem;
}
.spotlight{
    cursor: pointer;
    display: inline-block;
}