a{
    display: inline-block;
}
b{
    display: block;
    padding: 10px;
}
button{
    padding: 5px 10px;
}

.image{
    display: inline-block;
	width:100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.spotlight.image{
    cursor: pointer;
}