.navbar {
	position: absolute;
	z-index: 9;
}

.header, .header__nav-bar {
	display: none;
}

.navbar-brand {
	border-top: 1px solid #fff;
}

@media (min-width:1024px) and (max-width: 1299px) {
.navbar-brand {
	margin-left: 1rem;
}
}
.imagefeature {
	background-color: #151515;
	padding: 80px 0 15px 0;
}
.cmp-featureimage-container__image img {
box-shadow:0px 0px 20px 0px #151515
}
