
.blog-posts-preview  a{
    display: inline-block;
}
.blog-posts-preview  b{
    display: block;
    padding: 10px;
}
.blog-posts-preview  button{
    padding: 5px 10px;
}
.blog-posts-preview img,
.image{
    width: 30vw;
    max-width: 300px;
    margin: 1vh 1vw;
}
.blog-posts-preview  .image{
    display: inline-block;
    height: 20vw;
    max-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-posts-preview  .spotlight.image{
    cursor: pointer;
}

#spotlight .header div {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: 30px;
    height: 30px;
    padding-right: 20px;
    opacity: .5;
}
#spotlight .footer {
  left: 410px;
    right: 0;
    bottom: 71px;
    line-height: 1em;
    padding: 14px 25px;
    text-align: center;
    pointer-events: none;
    text-transform: uppercase;
    contain: layout paint style;
    width: 700px;
}


#spotlight .footer .title {
    font-size: 125%;
 padding-bottom: 0px; 
    
}

#spotlight {
    z-index: 99999;
    color: #fff;
    background-color: #000000d1;
}
