.cwc-banner-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.cwc-banner-slider .splide__track,
.cwc-banner-slider .splide__list,
.cwc-banner-slider .splide__slide {
	height: 100%;
}

.cwc-slide-inner {
	position: relative;
	width: 100%;
	height: 100%;
	background: #111;
}

.cwc-slide-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cwc-placeholder {
	padding: 16px;
	border: 1px dashed #c3c4c7;
	border-radius: 8px;
	background: #fff;
}

.cwc-banner-slider .splide__arrow {
	width: 2.5rem;
	height: 2.5rem;
	opacity: 0.9;
}

.cwc-banner-slider .splide__pagination {
	bottom: 1rem;
}