.slider-module .panelwrapper.flexi {
	padding-left: 0;
	padding-right: 0;
	position: relative;
	width: auto;
}

.slider__edit-links {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 999;
}

.slider__item {
	background-size: cover;
	color: #FFF;
	min-height: 640px;
	position: relative;
}

.slider__item::before {
	background: url('../png/paint-splatter-1.png') no-repeat scroll center -380px transparent;
	content: "";
	left: 0;
	height: 268px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.slider__item::after {
	background: url('../png/banner-lower-stylizer.png') no-repeat scroll top center / cover transparent;
	bottom: 0;
	content: "";
	left: 0;
	height: 180px;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.container {
	position: relative;
	z-index: 2;
}

.slider__item-content {
	background-color: rgba(0, 0, 0, .7);
	margin-top: 130px;
	font-size: 18px;
	padding: 45px;
}

.slider__item-content > *:first-child {
	margin-top: 0;
}

.slider__item-content > *:last-child {
	margin-bottom: 0;
}