.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background:rgba(51, 51, 51, 0.44);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
		-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
 /* background-attachment: fixed; */
 background-position: center center;

}

.swiper-slide img {
  display:block;
    width: 100%;
    height: auto;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.slider-caption{
	max-width: 86%;
margin: 0 auto;
}
.slider-caption p{
		font-size: 24px;
		line-height: 1.5!important;
}
@media (min-width: 576px) and (max-width: 767px) {
.slider-caption p.text-light { font-size: 1.25rem; }
}
@media (max-width: 576px) {
.slider-caption p.text-light { display: none; }
}
