
.thumbnail img{
max-height: 150px;
max-width: 150px;
display: table;
margin: 0 auto;
}

.thumbnail,.caption {
/*display: table;*/
margin: 0 auto;
}
.galthumbnails li{
display: block;
width: 150px;
height: 150px;
float: left;
list-style: none;
border-radius: 5px;
margin-right: 20px;
margin-bottom: 15px;
}
.workarea .galspan2::before{

content:none;
}
galspan2{
padding: 0;
color:#333333;
}
.galimg{
height: 150px;
padding-top: 8px;
}
.ntc {
padding: 0 10px;
text-align: center;
	
}
.caption .blue{
margin: 5px 0 5px 0;
}
.workarea .caption h3 {
font-size: 18px;
}
.caption h3{
font-size:18px;
}
.caption {
font-size:14px;
color:#333333;
	opacity: 0 !important;
}

.child {
	display: none;
}
.galspan2 a:visited{
color:#333333;
}

.galthumbnails{
display: table;
width: 100%;
}
.galblink{
text-decoration:none;
}

/*@media screen and (max-width:991px){
	.thumbnail img{
		max-height:70vw;
		max-width: 70vw;
		display: table;
		margin: 0 auto;
		position: relative;
		right: 20vw;
	}
	.galthumbnails li {
		width: 100vw;
		height: 70vw;
		margin-bottom: 10vw;
	}
	.galthumbnails{
		display: table;
		width: 100%;
	}
	
}*/