.main3 {
	padding-top: 120px;
	background: #e5dede;
}
.main3_wrap {
	position: relative;
	width: 100%;
	margin: 80px auto 0;
}
.main3_wrap a {
	position: relative;
	display: inline-block;
	width: 25%;
	vertical-align: top;
	overflow: hidden;
}
.main3_wrap a .thumbnails {
	height: 480px;
}
.main3_wrap a .thumbnails .loader::after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	background: rgba(17,17,17,0.9);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s, visibility 0.35s;
}
.main3_wrap a:hover .thumbnails .loader::after {
	opacity: 1;
	visibility: visible;
}
.main3_wrap a .info {
	position: absolute;
	bottom: -140px; left: 30px;
	color: #fff;
	transition: bottom 0.5s;
}
.main3_wrap a:hover .info {
	bottom: 26px;
}
.main3_wrap a .info .deco {
	font-family: 'Great Vibes', cursive;
	font-size: 28px;
	line-height: 28px;
}
.main3_wrap a .info .eng {
	margin-top: 8px;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
}
.main3_wrap a .info .name {
	margin-top: 8px;
	padding-bottom: 110px;
	font-size: 18px;
	font-weight: 100;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s, visibility 0.35s;
}
.main3_wrap a:hover .info .name {
	opacity: 1;
	visibility: visible;
}
.main3_wrap a .info .view {
	position: relative;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}
.main3_wrap a .info .view::after {
	content: '';
	position: absolute;
	bottom: 0; right: 0; left: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: width 0.35s;
}
.main3_wrap a .info .view:hover::after {
	width: 0;
}


@media ( max-width: 1024px ) {
	.main3 {
		padding-top: 50px;
	}
	.main3_wrap {
		margin: 30px auto 0;
	}
	.main3_wrap a {
		width: 50%;
	}
	.main3_wrap a .thumbnails {
		height: 50vw;
		max-height: 480px;
	}
	.main3_wrap a .thumbnails .loader::after {
		background: transparent;
	}
	.main3_wrap a .info {
		bottom: 10px; left: 15px;
	}
	.main3_wrap a:hover .info {
		bottom: 10px;
	}
	.main3_wrap a .info .deco {
		font-size: 15px;
		line-height: 15px;
	}
	.main3_wrap a .info .eng {
		margin-top: 4px;
		font-size: 14px;
		line-height: 14px;
	}
	.main3_wrap a .info .name {
		margin-top: 0;
		padding-bottom: 0;
		font-size: 11px;
		opacity: 1;
		visibility: visible;
	}
	.main3_wrap a .info .view {
		display: none;
	}
}