#container{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
	overflow: hidden;
	display: none;
}

.hoverAnimation {
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}


/*#background{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
	background-image: url("background.jpg");
	background-size: contain;
}*/

#exit{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
	cursor: pointer;
}

/*#border{
	position: absolute;
	top: 0;
	left: 0;
	width: 298px;
	height: 248px;
	border: solid 1px black;
	pointer-events: none;
}*/