
#spotlight.show
{
	z-index:999999 !important;
}
button{
    padding: 5px 10px;
}
.spotlight img{
    width: 30vw;
    max-width: 300px;
    margin: 1vh 1vw;
}
.spotlight img{
    display: inline-block;
    height: 20vw;
    max-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #188ee0;
}
.spotlight.image{
    cursor: pointer;
}