.smartslider {
	min-height: 400px;
}
.smartslider .swiper-slide {
	overflow: hidden;
}
.smartslider__bg {
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.smartslider__content {
	position: relative;
	height: 100%;
}

.smartslider__text p {
  margin-bottom: 0;
}
