a{
    display: inline-block;
}

button{
    padding: 5px 10px;
}

.image{
    display: inline-block;
    height: 20vw;
    max-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.spotlight.image{
    cursor: pointer;
}
.footer .title{display:none;}
