/* CSS Document */

.img-wrapper{
	width : 100%;
	height: 100vh;
}

.img-wrapper img{
	object-fit:cover;
}