.core-slider {
	padding-top: 0;
}

.core-slider .slider-cont {
	padding-bottom: 40px;
}

.core-slider .slide .content-section {
	color: inherit;
}

@media (min-width: 1024px) {
	.core-slider .slide.overlap-image .content-section {
		top: 50%;
		left: 50%;
		padding: 60px 30px 50px;
		max-width: 930px;
		height: min-content;
		-webkit-clip-path: polygon(0 0, 100% 14%, 100% 100%, 0 100%);
				clip-path: polygon(0 0, 100% 14%, 100% 100%, 0 100%);
		background-color: rgba(0,0,0,0.5);
		transform: translate(-50%,-50%);
	}
}

.core-slider .arrow-cont .custom-arrow {
	background-color: #a760a8;
	color: #fff;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #fff;
}

.core-slider.content-overlaps .arrow-cont .custom-arrow.prev {
	transform: none;
	top: auto;
	bottom: 0;
	left: auto;
	right: 60px;
}

.core-slider.content-overlaps .arrow-cont .custom-arrow.next {
	transform: none;
	top: auto;
	bottom: 0;
	right: 15px;
}

@media (min-width: 1024px) {
	.core-slider.content-overlaps .arrow-cont .custom-arrow.prev,
	.core-slider.content-overlaps .arrow-cont .custom-arrow.next {
		bottom: 55px;
	}
}