.slick-slide { position: relative; }

.slide-caption
{
	visibility: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	padding-top: 75px;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-size: 4vh;
}

.slide-has-caption:hover .caption
{
	visibility: visible!important;
	opacity: 1;
	cursor: pointer;
	pointer-events: none;
	z-index: 2;
}
