#media {
    background-color: #0D0E56;
}

.nextArrow {
	right: 0;
}

.prevArrow {
	left: 0;
	z-index: 1;
}

.carouselVideo {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.carouselImg {
	width: 100%;
}
.carouselVideo {
	width: 100%;
	border: 4px solid #05FDFD;
	box-shadow: 5px 5px 0 #05FDFD;
}

.trailerCarousel,
.screenshotCarousel {
	position: relative;
    /* width: 83%; */
    margin: 0 auto;
}

.trailerCarousel {
}

.trailerCarousel a {
	display: block;
	position: relative;
}

.playButton {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 50%;
	max-height: 50%;
	/* opacity: 0.75; */
	pointer-events: none;
}

@media screen and (min-width: 640px) {
	.nextArrow {
		right: -15px;
	}
	.prevArrow {
		left: -15px;
	}

}
@media screen and (min-width: 1024px) {
	.nextArrow  {
		right: -23px;
	}
	.prevArrow {
		left: -23px;
	}

}

.screenshotCarousel {
	/* max-width: 800px;
	min-width: 300px; */
	width: clamp(150px, 45vw, 800px);
}

.screenshotCarousel::after {
	content: '';
	background-color: rgba(255, 255, 255, .5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: background-color 0.25s;
}
.screenshotCarousel.is-active::after {
	content: '';
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 4px solid #05FDFD;
}

.splide__arrow--prev {
    left: -5%;
}
.splide__arrow--next {
    right: -5%;
}
.splide__arrow {
    background: transparent;
    opacity: 0.75;
	width: clamp(40px, 7vw, 75px);
    height: clamp(40px, 7vw, 75px);
}

.splide {
    width: clamp(360px, 75%, 1920px);
    margin: auto;
	padding: 2em;
}

.slide-caption {
    text-align: center;
	margin-top: 1em;
}

.splide__track {
	overflow: hidden;
}
.splide__arrow svg{
	fill: #FFF;
	width: clamp(40px, 7vw, 75px);
    height: clamp(40px, 7vw, 75px);
}
.splide__arrow:disabled {
	opacity: 0;
}