@import url('https://fonts.googleapis.com/css?family=Bad+Script|Bellefair|Comfortaa|Satisfy|Slabo+27px|Vidaloka');

#container {
	width: auto;
	max-width: 500px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	position: relative;
/* 	z-index: 1; */
	
	
}
#container img {
	width: 100%;
	height: 100%;
	margin-bottom: -5px;
	transition: all 0.3s ease-out;
	position: relative;
	z-index: 2;
}

/* #container img:hover {transform: scale(1.2, 1.2);} */

#container:hover img {
	transform: scale(1.2, 1.2);
	z-index: 9;
}


