.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:#ccc;
	padding:5px;
}
@media screen and (max-width: 992px) {
.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:-4.8rem;
	background-color:#ccc;
	padding:0;
}
}
.spotlight-group .sp-2{
	position:relative;
	float:left;
	width:24%;
	height:9rem;
	overflow:hidden;
	margin:5px .5%;
	padding: 2px;
	border:solid 3px #ec8e7e;
}
.spotlight-group .sp-2:first-child{
}

.spotlight-group .sp-2 img{
	min-height:9rem;
	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%;
	border-radius: 8px;
    padding: 20px;    
    margin: 20px auto 0 auto;
    position: relative;
	text-align: center!important;
	border: solid 1px #eee;
}
.gal-img img {
    height: 150px;
}

#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;
}
}