main {
	background: #ddd url("http://geraldlaing.com/images/site/diamondbg_120lt.jpg") repeat center top;
}

.worksubnav {border-top: 1px solid #fff;
	background-color: rgba(0,0,0,.1);
}
.worksubnav div {padding: 12px 0}
.worksubnav a{
	padding: 0 24px;
	font-weight: 800;
	font-size: 1.5rem;
	color: #fff;
}
.worksubnav a:hover {color: #000}
.pub_text ul {padding-left: 24px; padding-right: 24px;
}

.thumbpanelcontainer {
	padding: 12px;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 12px 12px;
	align-items: start;
	background: rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 601px) and (max-width: 800px) {
	.thumbpanelcontainer {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (min-width: 801px) and (max-width: 1000px) {
	.thumbpanelcontainer {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media only screen and (min-width: 1001px) {
	.thumbpanelcontainer {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

.thumbpanel {
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	overflow: hidden;
}

.category_intro .intro_image {
	max-height: 200px;
	z-index: -9000;
	
}

.category_intro .intro_image img {
	width: 100%;
height: 100%;
object-fit: cover;
	clip-path: inset(0 0 0 0);

}