
.grid-port-item .grid-port-fadder,
.strip-fadder,
.gallery_item_wrapper .gallery_fadder,
.featured_items .img_block .featured_item_fadder {
	background-color:rgba(34,34,34,0);
}
.grid-port-item:hover .grid-port-fadder,
.strip_template figure section:hover .strip-fadder,
.strip_template figure section.hovered .strip-fadder,
.featured_items .img_block:hover .featured_item_fadder {
	background-color:rgba(30,30,30,0.85);
}
.gallery_item_wrapper:hover .gallery_fadder {
	background-color:rgba(34,34,34,0.7);
}
@media only screen and (max-width: 760px) {
	.strip_template figure section .strip-fadder {
		background-color:rgba(34,34,34,0.85);
	}
}


