.vcImageLink .item{
	padding-left: 60px;
	padding-top: 205px;
	padding-bottom: 104px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.vcImageLink .item div{
	position: relative;
	z-index: 1;
}
.vcImageLink .item .title{
	z-index: 2;
}
.vcImageLink .item .subtitle{
	line-height: 50px;
}
.vcImageLink a, 
.vcImageLink .item:before{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.vcImageLink .item:before{
	background: rgba(0, 0, 0, 0.6);
	content: ''
}
.vcImageLink .item:after{
	border: 1px solid #FF9300;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	top: 20px;
	left: 20px;
	content: '';
	position: absolute;
}

.vcImageLink .item:hover:after{
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 10px;
	left: 10px;
}
.vcImageLink .item:hover:before{
	opacity: 0;
}

@media (min-width: 768px){
	.vcImageLink .row{
		margin-left: 0px;
		margin-right: 0px;
	}
	.vcImageLink .row [class*='col']{
		padding-left: 0px;
		padding-right: 0px;
	}
}
