.imagebox {
	--color-text: var(--off-black);
	--color-description: var(--grey-6f);
	--font-title: var(--font-display);
	--font-text: var(--font-body);
	--font-credit: var(--font-museo-cond-700);

	padding: 0;
}
.imagebox,
.imagebox .img-cont {
	position: relative;
}

.imagebox .slide {
	margin-bottom: 30px;
}

.imagebox .slide .inner {
	position: relative;
}

.imagebox .slide .inner .category {
	font-family: var(--font-text);
	font-size: 13px;
	font-weight: 500;
	color: var(--color-description);
	text-transform: uppercase;
}

.imagebox .slide .inner .banner-wrapper {
	background: #FFE293;
    height: 23px;
    width: fit-content;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 8px;
    margin: 2rem .5rem;
	right: 21px;
    top: 43px;
    z-index: 10;
}

.imagebox .slide .inner .banner-wrapper::before {
	content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 0;
    bottom: -14px;
	border-bottom: 14px solid transparent;
	border-right: 14px solid #B6AC93;
}

.imagebox .slide .inner .banner-wrapper::after {
	content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 0;
    bottom: -14px;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #B6AC93;
}
  
.imagebox .slide .inner .anniversary-banner::before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	right: -22px;
	top: 0;
	border-bottom: 24px solid transparent;
	border-left: 24px solid #FFE293;
}

.imagebox .slide .inner .anniversary-banner::after {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	right: -22px;
	bottom: 0;
	border-top: 24px solid transparent;
	border-left: 24px solid #FFE293;
}

.imagebox .slide .inner .banner {
	overflow: visible;
}

.imagebox .slide .inner a {
	position: relative;
}

.imagebox .slide .inner .anniversary-banner .banner-text {
	font-size: 12px;
	font-family: var(--font-museo-900);
	color: var(--off-black);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.4;
	grid-row: 1 /span 1;
	grid-column: 1 /span 1;
	padding-bottom: 6px;
	padding-left: 10px;
}

.imagebox .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}

.imagebox .img-cont img {
	display: block;
	width: 100%;
	position: relative;
}
.imagebox h4,
.imagebox h4 a {
	color: var(--off-black);
	font-weight: bold;
	transition: opacity .1s;
	pointer-events: all;
	font-family: var(--font-title);
	font-size: 40px;
	line-height: 1.1;
	margin-bottom: var(--space-2);
}

.imagebox h4 a:hover {
	text-decoration: none;
}

.imagebox .content-section {
	z-index: 10;
	pointer-events: none;
}

.imagebox .content-inner {
	display: inline-block;
	position: relative;
	z-index: 1;
	background: var(--white);
	max-width: 260px;
	margin-top: -73px;
	padding-top: var(--space-4);
	padding-right: 50px;
}

.imagebox .content-section .description {
	color: var(--color-description);
	font-family: var(--font-text);
	font-size: 15px;
	font-weight: 500;
	margin-bottom: var(--space-3);
}

.imagebox .content-section .credits {
	font-family: var(--font-credit);
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1;
	color: var(--color-text);
	letter-spacing: 1px;
}

.imagebox .content-section .credits-divider {
	margin: 0 var(--space-2);
}

@media (min-width: 23.4em) {
	.imagebox .content-inner {
		max-width: 276px;
		padding-right: 60px;
	}
}

@media (min-width: 40em) {
	.panel-two-col .imagebox {
		margin-bottom: 0;
	}

	.imagebox .content-inner {
		max-width: 495px;
		padding-top: 28px;
		padding-right: 54px;
	}
}

@media (min-width: 64em) {
	.panel-two-column.blog-sidebar-right .left-container .imagebox {
        padding: 0 20px;
    }

	.imagebox .cols {
		display: flex;
		flex-wrap: wrap;
	}

	.imagebox .cols .slide {
		width: 100%;
	}

	.imagebox .content-inner {
		max-width: 495px;
		padding-top: 28px;
		padding-right: 54px;
	}

	.imagebox .slide .inner .category {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.imagebox h4 a,
	.imagebox h4 {
		font-size: 52px;
		line-height: 52px;
	}

	.imagebox .content-section .description {
		font-size: 20px;
		line-height: 1.6;
		margin-bottom: var(--space-5);
	}

	.imagebox .content-section .credits {
		font-size: 13px;
	}
}

@media (min-width: 90em) {
	.panel-two-column.blog-sidebar-right .left-container .imagebox {
        padding: 0 54px;
    }

	.imagebox .content-inner {
		max-width: 595px;
	}

	.imagebox h4 a,
	.imagebox h4 {
		font-size: 64px;
		line-height: 64px;
		margin-bottom: var(--space-3);
	}
}