.bg-sp{
  background-image: linear-gradient(180deg, #fff, #f9f9f9);
}


.image{
    width: 30vw;
    max-width: 300px;
    margin: 1vh 1vw;
}
.image{
    display: inline-block;
    height: 20vw;
    max-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.spotlight.image{
    cursor: pointer;
}

.spotlight-group{
	position:relative;
	display:table;
	clear:both;
	width:100%;
	padding:0;
}
.spotlight-group div{
	overflow:hidden;	
}
.spotlight-group div img{
	width:100%;
	min-width:100%;
	height:auto;
}
.spotlight-group .sp-1{
	position:relative;
	width:100% !important;
	display:block!important;
	clear:both!important;
	height:auto;
	border:solid 0px #fff;
	margin-bottom:1rem;	
	box-shadow:0px 3px 5px rgba(0,0,0,.1);
}
.spotlight-group .sp-1 img{
	min-height:auto;
}
.spotlight-group .sp-1 img.builder-logo{
	width:auto;
	min-width:auto;
	height:80px;
	position:absolute;
	z-index:1;
	right:1rem;
	top:1rem;
	background-color:#e1e1e1;
	padding:5px;
}
@media screen and (max-width: 768px) {
.spotlight-group .sp-1{
	overflow:visible;
}
.spotlight-group .sp-1 img.builder-logo{
	width:auto;
	min-width:auto;
	height:40px;
	position:absolute;
	z-index:1;
	right:0;
	top:-5rem;
	background-color:#ccc;
	padding:0;
}
}
.spotlight-group .sp-2{
	position:relative;
	float:left;
	width:24%;
	height:8rem;
	overflow:hidden;
	margin:0 .5%;
	border:solid 2px #e1e1e1;
}
.spotlight-group .sp-2:first-child{
}

.spotlight-group .sp-2 img{
	min-height:8rem;
	width:100%;
	height:auto;	
}
.spotlight-group .sp-2 a span{
	position:absolute !important;
	color:#fff;
	text-align:center;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:100%;
	line-height:8rem;
	background-color:rgba(0,0,0,.4);
}

@media screen and (max-width: 768px) {
.spotlight-group .sp-2{
	height:6rem;
}
.spotlight-group .sp-2 img{
	min-height:6rem;
}
.spotlight-group .sp-2 a span{
	line-height:6rem;
}
}
@media screen and (max-width: 576px) {
.spotlight-group .sp-2{
	height:5rem;
}
.spotlight-group .sp-2 img{
	min-height:5rem;
}
.spotlight-group .sp-2 a span{
	line-height:5rem;
}
}
@media screen and (max-width: 480px) {
.spotlight-group .sp-2{
	height:4rem;
}
.spotlight-group .sp-2 img{
	min-height:4rem;
}
.spotlight-group .sp-2 a span{
	line-height:4rem;
}
}


.gal-img {
    height: auto;
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 20px auto 10px auto;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
    border: solid 1px #EAEAEA;
    border-radius: 4px;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, .09);
}
.gal-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    height: auto;
    min-height: 100%;
    width: 100%;
    transition: all .5s ease;
}

#spotlight .icon{
	cursor:pointer;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:30px 30px;
	transition:opacity .2s ease-out
}
#spotlight .header div {
    width: 50px;
}
@media screen and (max-width : 768px) {
#spotlight .icon{
	background-size:25px 25px;
}
#spotlight .header div {
    width: 40px;
}
}