.module.imagewrapper {
	width: inherit;
	height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.module.imagewrapper img {
	width: 100%;
	display: block;
	position: relative;
}