.swiper-slide .swiper-txt{ opacity: 1; position: absolute; bottom: 0px;
	
  height: 100%;
  background: -webkit-linear-gradient(rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.70) 100%); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.70) 100%); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,0.70) 100%); /* Firefox 3.6 - 15 */
  background: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,0.70) 100%);
	
	
width: 100%; color: #FFFFFF;  z-index: 10;
transition: all 500ms; -webkit-transition: all 500ms; 
}

.swiper-slide .swiper-txt-center{ opacity: 1; position: absolute; bottom: 0px; padding:  1rem; }

.swiper-slide .swiper-txt h1{ margin-top: 0px; }
.swiper-slide-active .swiper-txt{ opacity: 1; transition: all 200ms; -webkit-transition: all 500ms;  }

.swiper-container{ opacity: 0; }
.swiper-container-show{  opacity: 1; }