.video-slider-module__header {
	margin-top: 40px;
}

.video-slider-module__slider-wrap {
	container-name: slider;
	container-type: inline-size;
	position: relative;
	margin: 50px 0;
}

.video-slider-module__slider-wrap::before {
	background: url('/data/sites/1/superflexi/solutions/video-slider/img/pattern-stone.jpg') no-repeat center center var(--gray-darker);
	background-size: cover;
	height: 80%;
	width: 100%;
	top: 10%;
	left: 0;
	position: absolute;
	display: block;
	content: "";
}

.center-modulelinks .modulelinks {
    margin: 0 auto 15px;
}

.video-slider-module .modulelinks {
	z-index: 1;
}

.video-slider-module__slider-wrap .container {
	container-type: inline-size;
}

.video-slider-module__items {
	max-width: calc(100cqw - 100px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.video-slider-module__item .embed-responsive {
	border-radius: 15px;
}

.video-slider-module__item .flexi-item-edit {
	left: 15px;
}

.video-slider-module__controls {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100cqw;
	height: 35px;
	z-index: 0;
}

.video-slider-module__control {
	background: #fff;
	border-radius: 50%;
	border: 0 none;
	color: #000;
	width: 35px;
	height: 35px;
	transition: all 300ms ease;
	position: absolute;
	left: 0;
}

.video-slider-module__control--next {
	left: unset;
	right: 0;
}

.video-slider-module__control:hover {
	background: var(--brand-primary);
	color: #fff;
	transition: all 300ms ease;
}

.video-slider-module__control i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-66%, -41%);
	font-size: 20px;
	color: #000;
}

.video-slider-module__control--next i {
	transform: translate(-33%, -41%);
}

.video-slider-module__control:hover i {
	color: #fff;
	transition: all 300ms ease;
}

@media (max-width: 768px) {
	.embed-responsive-16by9 {
		padding-bottom: 75%;
	}
}

@media (min-width: 992px) {
	.video-slider-module__header {
		margin-top: 80px;
	}
}

@media (min-width: 1200px) {
	.video-slider-module__items {
		max-width: calc(100cqw - 160px);
	}

	.video-slider-module__controls {
		height: 56px;
	}

	.video-slider-module__control {
		width: 56px;
		height: 56px;
		line-height: 56px;
	}

	.video-slider-module__control i {
		font-size: 26px;
	}
}