
main{
    position: relative;
    max-width: 800px;
    margin: auto;
}
.spotlight{
    display: inline-block;

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

hr{
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-top: 20px;
}
h1 img{
    width: 500px;
    max-width: 70vw;
}
