.banner {
	/*margin: 0 auto;*/
	/*max-width: 100%;*/
	background-color: #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
}
.container .banner img {
	object-fit: cover;
}
