.ccl-v2-widget.core-v2-slider.slider-v2-callout-4-across {
	margin-bottom: 0;

	.details,
	.slide-footer,
	.widget-header {
		display: none;
	}
	.img-cont:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		pointer-events: none;
		display: block;
		background-color: #3f3939;
		opacity: 0.27;
	}
	.slide-title {
		font-size: 1.375rem;
		font-family: var(--font-display);
		text-transform: uppercase;
		letter-spacing: 0.13em;
		line-height: calc(30 / 22);
		color: #fff;
		text-align: center;
		font-weight: 400;

		a {
			color: inherit;
			font-weight: inherit;
		}
	}
	.content-section {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: grid;
		place-items: center;
		padding: var(--space-10);
	}
	.slider-cont {
		display: grid;
		width: 100%;
	}
	.glide__arrows {
		display: none;
	}

	@media (max-width: 99.9375em) {
		.slide.overlap-image-desktop .slide-top {
			margin-bottom: var(--space-5);
		}
	}
	@media (min-width: 100em) {
		.bullets-cont {
			display: none;
		}
		.glide__arrows {
			display: flex;
			left: -40px;
			right: -40px;
		}
	}
	@media (min-width: 110.625em) {
		.glide__arrows {
			left: -116px;
			right: -116px;
		}
	}
}
