.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    opacity: .8;
    filter: alpha(opacity=80);
}

.caption-content {
    font-size: 11px;
    padding: 5px;
    margin: 0;
    color: #FFF;
    text-align: center;
    line-height: 12px;
    font-weight: 700;
}

#poster-track .swiper-slide {
    padding: 0;
    margin: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.pulsate {
  animation: pulse 2s infinite;
}
.posterOffer {
	position: absolute;
	bottom: 50px;
	left: -10px;
	padding:5px;
	font-size:12px;
	font-weight: bold;
	line-height: 11px;
	width: 110%;
	text-align: center;
	background: rgba(255,0,0,0.75);
	color: #FFFFFF;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-webkit-box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.5);
	
}