.overlay img { 
	width: 100%;
	height: auto;
	opacity: 0.8;
	opacity: 1;
}

.overlay img:hover {
	opacity: 1;
}

.overlay .position-center {
	position: absolute;
	left: 0;
	t/op: 50%;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

.overlay .text {
	cursor: pointer;
	background: #333;
	color: white;
	opacity: .7;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align:left;
}

.overlay .text a {
	display:block;
	opacity: 1;
	opacity: .8;
	background: #222;
	padding: 40px;
	color: white;
	text-decoration: none;
}

.overlay .text:hover {
	opacity: 1;
	opacity: .8;
	background: #222;
}

@media screen and (max-width: 768px) {
}

