.c-banner-collection {
    margin-top: 5px;
	margin-bottom: 24px;
}

.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;
}