main{
	position: relative;
	height: 90vh;
	width: 100vw;
}
main h1{
	position: relative;
	width: 100vw;
	height: 20vh;
	line-height: 20vh;
	font-family: 'Calligraffitti', cursive;
	text-align: center;
	font-size: 5.5em;
}
main img{
	position: relative;
	display: block;
	float: left;
	height: 70vh
}
main .full{
	position: absolute;
	z-index: 1;
}
main .overlay{
	position: absolute;
	z-index: 2;
}
.overlay img{
	opacity: 0;
	transition: opacity 1s;
}
.overlay img:hover{
	opacity: 1;
}
main .left{
	width: 36.5vw;
}
main .center{
	width: 27vw;
}
main .right{
	width: 36.5vw;
}