.banner {
	height: 150px;
	width: 100%;
}

.banner > img {
	background-color: white;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

