.cardslider .caption {
		position: absolute;
		bottom: -50px;
		left: 0px;
		right: 0px;
		background-color: rgba(0,0,0,0.7);
		padding: 10px 0;
		text-align: center;
		color: #FFF;
		transition: bottom 150ms;
		z-index: 10;
		display: block;
	}

.cardslider a:hover .caption {
		bottom: 0px;
		transition: bottom 200ms;
	}