/*----------------------------
	Thumbnails
-----------------------------*/

.thumbs{
	width:550px;
	text-align:left;
}

.thumbs a{
	width: 177px;
    height: 140px;
    display: inline-block;
    margin-bottom: 3px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

#credit{
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	font-size: 11px;
	margin: 0 auto 70px;
	opacity: 0.5;
	padding: 12px 16px;
	text-align: center;
	width: 400px;
}


/*----------------------------
	Media Queries
-----------------------------*/


@media screen and (max-width: 960px) {
	.thumbs, #credit{
		width:auto;
	}
	
	footer{
		display:none;
	}
	
	#bsaHolder{
		display:none;
	}
}