.section-box-twelve{
	color: #fff;
	position: relative;
	overflow:hidden;
}
.section-box-twelve figure {
	position: absolute;
	text-align: center;
	padding: 10px 19px 19px 19px;
	width: 100%;
	height: 100%;
	transition: ease-in-out .5s;
	opacity: 0;
	transform: scale(2);
}
.section-box-twelve:hover figure {
	opacity: 1;
	transform: scale(1);
	background: rgba(0, 0, 0, 0.6);
}
.section-box-twelve figure a{
	color: #fff;
	font-size: 20px;
	top: 40%;
	position: relative;
	text-decoration: none;
}
.section-box-twelve img{
	border:1px solid #C0C2C4;
}
@media (max-width:462px) {
	.section-box-twelve figure a{
		font-size: 18px;
		top: 35%;
	}
}