.swiper-container
{
	/*background: #FFF;*/
	height: 470px;
	width: 100%;
}

.swiper-slide
{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	padding: 40px 60px;
}

.swiper-slide img
{
	font-size: 0;
	height: auto;
	left: 0;
	min-height: 380px;
	min-width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.swiper-slide .a
{
	background-color: rgba(255, 255, 255, .8);
	bottom: 40px;
	display: block;
	left: 0;
	position: absolute;
	text-decoration: none;
	width: 100%;
	z-index: 2;
}

.swiper-slide h4
{
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: -.5px;
	line-height: 1.3;
	margin: 1rem 3rem;
}

/**/

.poster
{
	height: 100%;
	position: relative;
	width: 272px;
}

.poster .texto
{
	bottom: 0;
	color: #FFF;
	padding: 80px 20px 20px 20px;
	position: absolute;
	width: 100%;
}

.poster .texto::before
{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(#000));
	background-image: linear-gradient(to bottom,rgba(0,0,0,.1),#000);
	background-repeat: repeat-x;
}

.poster .texto .info
{
	position: relative;
	z-index: 1;
}