.contentRender_name_plugins_collections_template_custom_imagebox .video-background img {
	top: 50%;
	position: relative;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

@media only screen and (max-width: 1024px){
	.contentRender_name_plugins_collections_template_custom_imagebox .video-background img {
		-moz-transform: translate(-50%,-60%);
		-ms-transform: translate(-50%,-60%);
		-webkit-transform: translate(-50%,-60%);
		transform: translate(-50%,-60%);
	}
}


h2.imagebox-grid-title {
	margin: 0;
	padding: 12px 10px;
	line-height: 1.25em;
	background: url("../jpg/pattern1.jpg") left top repeat;
	color: #fff;
	text-align: center;
}

div.imagebox-grid-wrapper {
	background: url("../jpg/pattern5.jpg") left top repeat;
	margin-bottom: 9px;
}

div.imagebox-grid-spacer {padding-bottom: 10px;}

div.imagebox-grid-wrapper.no-background { background: none; }

ul.imagebox-grid{ 
	padding-top: 9px; 
	color: #575756;
}

ul.imagebox-grid li{ padding-bottom: 0;}

ul.imagebox-grid.restricted{
	padding-top: 20px;
	margin-left: 0;
	margin-right: 0;
}

ul.imagebox-grid.restricted li { padding-bottom: 29px; }
ul.imagebox-grid.restricted li:last-child{ padding-bottom: 20px; }

ul.imagebox-grid li{ text-align: center; }

ul.imagebox-grid li .imagebox-grid-item{
	text-align: left;
	display: inline-block;
	max-width: 100%; /* thanks IE11! */
}

ul.imagebox-grid h2{
	margin-bottom: 0;
	font-weight: bold;
	font-size: 16px;
	padding-top: 17px;
	line-height: 1.25em;
	font-family: "PT Sans W01 Regular", serif;
	color: #090908;
}

ul.imagebox-grid h2 a{ color: #090908; }

ul.imagebox-grid h2 a:hover,
ul.imagebox-grid h2 a:focus { color: #343433; }

ul.imagebox-grid p,
ul.imagebox-grid a { color: #575756; }

ul.imagebox-grid a:hover, 
ul.imagebox-grid a:focus { color :#343433; } 

ul.imagebox-grid p { 
	line-height: 1.25em; 
	margin-bottom: 0;
}

ul.imagebox-grid picture{
	display: block;
	width: 100%;
	position: relative;
}

ul.imagebox-grid picture a,
ul.imagebox-grid picture img{
	position: relative;
	z-index: 0;
	display: block;
}

ul.imagebox-grid picture img.video-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	max-width: 25%;
}

/*** Medium and Up ***/ 
@media only screen and (min-width: 40.063em){
	ul.imagebox-grid.restricted li { padding-bottom: 20px; }
}