/* IMAGEBOX */
.imagebox-wrapper {
	position: relative;
	margin-bottom: 50px;
}
.promo-wrapper .imagebox-wrapper {
	margin-bottom: 0;
}
.imagebox-wrapper figure {
	position: relative;
	background-color: #434444;
	transition: background-color .35s ease;
	padding: 0 15px 15px 0;
}
.imagebox-wrapper figure picture {
	position: relative;
	overflow: hidden;
	/* margin: 0 15px 15px 0; */
}
.imagebox-wrapper figure picture::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	bottom: -15px;
	left: 0;
	right: -15px;
	background-image: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
}
.imagebox-wrapper figure picture img {
	transition: transform .35s ease;
}
.imagebox-wrapper figure figcaption {
	position: absolute;
	bottom: 30px;
	left: 25px;
	right: 30px;
}
.imagebox-wrapper figure figcaption h3 {
	font: 400 22px/1.4 "DIN Next LT W01 Bold", sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}
.imagebox-wrapper figure figcaption p {
	font: 400 18px/1.7 "DIN Next LT W01 Regular", sans-serif !important;
	color: #fff !important;
	margin: 0;
}
@media screen and (max-width: 40em) {
	.imagebox-wrapper figure figcaption { left: 15px; }
	.imagebox-wrapper figure figcaption p {
		font-size: 16px !important;
	}
}
@media screen and (max-width: 48.125em) {
	.imagebox-wrapper {
		display: block !important;
	}
	.imagebox-wrapper figure {
		/* margin-bottom: 20px !important; */
		margin: 0 15px 20px;
	}
}
@media screen and (min-width: 64.063em) {
	.imagebox-wrapper figure figcaption h3 {
		font-size: 28px;
	}
	.imagebox-wrapper figure figcaption p {
		font-size: 18px;
		line-height: 1.6;
		margin-bottom: 0;
	}
	.imagebox-wrapper figure:hover {
		background-color: #ff4539;
	}
	.imagebox-wrapper figure:hover picture img {
		transform: scale(1.1);
	}
}

/* styling for the miles ads. these things are fixed iframes so we need to force things around a bit */
.imagebox-wrapper.gtad {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
}
.imagebox-wrapper.gtad figure {
	max-width: 385px;
	margin: 0 10px;
	margin-bottom: 20px;
}
@media screen and (max-width: 76.25em) {
	.imagebox-wrapper.gtad  {
		margin-bottom: 20px;
	}
	.imagebox-wrapper.gtad figure:last-child {
		margin-bottom: 0;
	}
}

/* Mural Site */
.mural .imagebox-wrapper figure figcaption p {
	display: none;
}