.hoverbox.column {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
	

.column::after {
	content: '';
	display: block;
	clear: both;
	}
	
.column div {
	width: 300px;
	height: 230px;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	}
	
.column div:first-child {
	margin-left: 0;
	}
	
.column div span {
	width: 300px;
	margin: 0;
	padding: 0;
	font-family: "BrandonGrotesqueWeb-Bold", Verdana, sans-serif;
	font-size: 1.25em;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	}
	
figure {
	width: 300px;
	height: 230px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
	overflow: hidden;
	}
	
figure:hover+span {
	top: 50%;
	opacity: 1;
	z-index: 1100;
	}

figure img {
	width: 100%;
	height: 100%;	
	}

.mlx {
	margin-left: 0px !important;
	margin-bottom: 0px;
	}

.mly {
	margin-left: 30px !important;
	margin-bottom: 0px;
	}	
	

.mlz {
	margin-left: 30px !important;
	margin-bottom: 0px;
	}

/* Rollover */
.hoverbox figure {
	background-color: rgba(43,105,105,0.85);
	}
	
.hoverbox figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	}
	
.hoverbox figure:hover img {
	opacity: .5;
	}

