.home-banner-top-grid, .home-banner-bottom-grid {
	position: relative;
}

.featured-box-container-inner .featured-box-header, .featured-box-container-inner .featured-box-button {
	display: none;
}

.home .featured-box-container-inner:hover .featured-box-header {
	display: block;
}

.featured-box-container-inner:hover .featured-box-button {
	display: inline-block;
}

.featured-box-container-inner {
	padding: 100px 30px;
	text-align: center;
}

.featured-box-header {
	margin-bottom: 30px;
}

.featured-box-container-inner .featured-box-button {
	background-color: var(--alstede-orange);
}

.home-banner-top-grid .featured-box-container-4 {
	background-size: contain;
}

.home .featured-box-container-2 {
	-webkit-animation: slide 30s linear infinite;
	background-repeat: repeat;
	width: 100%;
	margin: 0;
	text-align: center;
	height: 100%;
	padding-top: 120px;
	box-sizing: border-box;
}

@-webkit-keyframes slide {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -360px 0;
	}
}

.banner-mobile-cta {
	display: none;
}
