
.tile {
	width: 400px;
	height: 320px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	transition: all 0.4s ease-out;
	overflow: hidden;
	text-align: center;
	
}


.tile img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all 0.4s ease-out;
}

.tile .text {
	z-index: 99;
	position: absolute;
	height: calc(100% - 60px);
	overflow: hidden;
	line-height:30px;
	background-color:#000000;
	color:#ffffff;
}

.tile h1 {
	font-weight: 300;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.tile h2 {
	font-weight: 100;
	font-style: italic;
	transform: translateX(200px);
}

.tile p {
	font-size:14px;
	transform: translateX(-200px);
	transition-delay: 0.2s;
}

.animate-text {
	opacity: 0;
	transition: all 0.6s ease-in-out;

}



.tile:hover img {
	opacity: 0.2;
}

.tile:hover .animate-text {
	transform: translateX(0);
	opacity: 1;
}


.tile:hover span {
	opacity: 1;
	transform: translateY(0px);
}



.tilebig {
	width: 400px;
	height: 600px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	transition: all 0.4s ease-out;
	overflow: hidden;
	text-align: center;
	
}

.biaotibig{
	position:absolute;
	margin-top:122.5%;
	z-index:999;
	color:#ffffff;
	background-color:#000000;
	width:96%;
	height:50px;
	padding-top:10px;
	font-size:18px;
	opacity:0.7;
	text-align:center;
}

.biaoti{
	position:absolute;
	margin-top:52.5%;
	z-index:999;
	color:#ffffff;
	background-color:#000000;
	width:96%;
	height:50px;
	padding-top:10px;
	font-size:18px;
	opacity:0.7;
	text-align:center;
}

.tilebig img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all 0.4s ease-out;
}

.tilebig .text {
	z-index: 99;
	position: absolute;
	height: calc(100% - 60px);
	overflow: hidden;
	line-height:30px;
	background-color:#000000;
	color:#ffffff;
}

.tilebig h1 {
	font-weight: 300;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.tilebig h2 {
	font-weight: 100;
	font-style: italic;
	transform: translateX(200px);
}

.tilebig p {
	font-size:14px;
	transform: translateX(-200px);
	transition-delay: 0.2s;
}




.tilebig:hover img {
	opacity: 0.2;
}

.tilebig:hover .animate-text {
	transform: translateX(0);
	opacity: 1;
}


.tilebig:hover span {
	opacity: 1;
	transform: translateY(0px);
}

.dots span:nth-child(1) {
	transition-delay: 0.05s;
}

.dots span:nth-child(2) {
	transition-delay: 0.1s;
}

.dots span:nth-child(3) {
	transition-delay: 0.15s;
}