.c-banner-collection__background {
	position: relative;
	height: 0;
	overflow: hidden;
}

.c-banner-collection__background img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	object-fit: cover;
}

.c-banner-collection__background.custom-image-url {
	padding-bottom: 20%;
}