.slideshow-container {
	aspect-ratio: 4/3;
	height: auto;
	width: 100%;
	display: block;
}

.hero-marquee {
	margin-bottom: 40px;
}

.hero-marquee,
.hero-marquee .img-cont {
	position: relative;
}

.hero-marquee .main-slide {
	margin-bottom: 15px;
}

.hero-marquee .slide:nth-child(2) {
	margin-bottom: 2px;
}

.hero-marquee .slide .inner {
	position: relative;
}

.hero-marquee .slide .inner:not(.main-slide) .shared-play-button {
	left: unset;
	transform: unset;
	top: 10px;
	right: 10px;
}

.hero-marquee .img-cont:not(.main-img)::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient( to top, rgb(0,0,0, .6) 0%, rgba(0,0,0,0.4) 56%, rgba(0,0,0,0.1) 99%, rgb(0,0,0) 100%);
	pointer-events: none;
}

.hero-marquee .slide .img-cont:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	background-color: #000;
	opacity: 0;
	pointer-events: none;
	transition: opacity .4s ease;
}

.hero-marquee .img-cont img {
	display: block;
	width: 100%;
}

.hero-marquee h4,
.hero-marquee h4 a {
	color: #fff;
	pointer-events: all;
	font-family: var(--sofia);
	font-weight: 700;
	line-height: 1.18;
	font-size: 23px;
}

.hero-marquee .mobile-content-section h4,
.hero-marquee .mobile-content-section h4 a {
	color: var(--grey-alt-2);
	pointer-events: all;
	font-family: var(--georgia);
	font-size: 28px;
	line-height: 1.22;
	font-weight: normal;
	margin-bottom: 8px;
}

.hero-marquee .mobile-content-section {
	padding: 0 12px;
	padding-bottom:  20px;
}

.hero-marquee .mobile-content-section p {
	font-size: 14px;
	line-height: 1.36;
	color: var(--grey);
	margin-bottom: 2px;
}

.hero-marquee  .read-more {
	color: var(--blue);
	text-transform: lowercase;
	font-weight: 900;
	font-family: var(--sofia);
	display: inline-block;
	text-underline-offset: 1px;
	font-size: 15px;
	pointer-events: all;
}

.hero-marquee .mobile-content-section .read-more {
	margin-bottom: 2px;
}

.hero-marquee .main-slide .content-section {
	display: none;
}

.hero-marquee .content-section {
	padding: 12px 14px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	pointer-events: none;
}

.hero-marquee .main-slide .content-section {
	z-index: 3;
	pointer-events: all;
}

.hero-marquee .content-section .featured {
	display: inline-flex;
	margin: 0 auto 12px 0;
	font-size: 12px;
	font-weight: 400;
	padding: 2px 15px 4px;
}

.hero-marquee .content-section p {
	color: #fff;
}

.hero-marquee .slide:first-child .img-cont img {
	aspect-ratio: 16/15;
}

.hero-marquee .slide:not(:first-child) .img-cont img {
	aspect-ratio: 64/29;
}

@media(hover: hover) {
	.hero-marquee .slide .inner:not(.main-slide):hover a {
		text-decoration: underline;
	}

	.hero-marquee .slide:hover .img-cont:before {
		opacity: .4;
	}

	.hero-marquee .mobile-content-section :is(h4, h4 a):hover {
		text-decoration: none;
	}
}

@media (min-width: 40em) {

	.hero-marquee .img-cont:not(.main-img)::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 70%;
		background: linear-gradient( to top, rgb(0,0,0, .5) 0%, rgba(0,0,0,0.4) 56%, rgba(0,0,0,0.1) 85%, rgb(0,0,0, 0) 100%);
		pointer-events: none;
	}
	
	.hero-marquee {
		padding-bottom: 50px;
	}

	.panel-two-col .hero-marquee {
		margin-bottom: 0;
	}

	.hero-marquee .main-slide {
		margin-bottom: 0;
	}

	.hero-marquee .slide:nth-child(2) {
		margin-bottom: 0;
	}

	.hero-marquee .slide {
		margin-bottom: 0;
	}

	.hero-marquee .slides {
		display: grid;
		grid-template-columns: 72.6% 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 2px;
		place-items: stretch;
	}

	.hero-marquee .slides .slide:first-child {
		grid-row: 1 / span 2;
	}

	.hero-marquee .slides .slide:last-child {
		align-self: end;
	}

	.hero-marquee .main-slide .content-section {
		display: block;
		background-color: white;
		max-width: 695px;
		position:absolute;
		transform: translateY(50px);
		transition: box-shadow .4s ease;
	}

	.hero-marquee .main-slide .content-section {
		max-width: 400px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}

	.hero-marquee .content-section :is(h4, h4 a) {
		font-size: 16px;
		line-height: 1.19;
	}

	.hero-marquee .main-slide .content-section :is(h4, h4 a) {
		color: var(--grey-alt-2);
		pointer-events: all;
		font-family: var(--georgia);
		font-size: 26px;
		line-height: 1.22;
		font-weight: normal;
	}
	.hero-marquee .main-slide .content-section p {
		font-size: 17px;
		line-height: 1.42;
		color: var(--grey);
	}

	.hero-marquee  .read-more {
		font-size: 17px;
	}

	.hero-marquee .main-slide + .mobile-content-section {
		display: none;
	}

	.hero-marquee .slide:first-child .img-cont img {
		aspect-ratio: 48/31;
	}

	.hero-marquee .slide:not(:first-child) .img-cont img {
		aspect-ratio: 48/41;
	}

	@media(hover: hover) {
		.hero-marquee .slide:hover .main-slide .content-section {
			box-shadow: 6px 13px 17px 4px rgba(0,0,0,0.1);
		}
	}
}

@media (min-width: 64em) {
	.slideshow-container {
		aspect-ratio: 16/9;
		height: auto;
		width: 100%;
		display: block;
	}

	.hero-marquee {
		--content-offset: 92px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: var(--content-offset);
		margin-bottom: 52px;
		min-height: 616px;
	}

	.hero-marquee  .read-more {
		font-size: 17px;
	}

	.hero-marquee .content-section {
		padding: 16px 20px;
	}
	.hero-marquee .main-slide .content-section {
		padding: 0 47px;
		padding-top: 29px;
		max-width: 695px;
		bottom: 0;
		padding-bottom: 36px;
		transform: translateY(var(--content-offset));
	}

	.hero-marquee .main-slide .content-section :is(h4, h4 a) {
		font-size: 34px;
		margin-bottom: 9px;
	}

	.hero-marquee .content-section :is(h4, h4 a) {
		font-size: 27px;
		line-height: 1.19;
	}

	.hero-marquee .content-section p {
		font-size: 17px;
		line-height: 27px;
	}

	.hero-marquee .slide .inner:not(.main-slide) .shared-play-button {
		right: unset;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}