.container{
	width: 50vw;
	height: 50vh;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position:relative;
}

.image{
	width: 100%;
	height: auto;
	overflow: hide;
}
