.imagebox-tall [class*="column"]+[class*="column"]:last-child {
    float: left;
}

}
.imagebox-tall .imgcont {
	position: relative;
}

.imagebox-tall .imagebox-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	padding: 25%;
	height: 125px;
	width: 125px;
	background-image: url(/includes/client_public/assets/img/play-btn.svg);
	background-size: 100px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.9;
	transform: translate(-50%, -50%);
}

@media (max-width: 64.063em) {
	.imagebox-tall .imagebox-video-play {
		background-size: 50px;
	}
}