.menu-background-wrap {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.screens, 
.screen__item, 
.screen {
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100vh;
}

.screen__item {
	opacity: 0;
	background: #282b27;
	z-index: 1;
}

.screen__item:first-child {
	opacity: 1;
	z-index: 100;
}

.screen {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-image: var(--bg-img);
	will-change: opacity;
}

.screen--full {
	opacity: 0.6;
	will-change: transform;
}

.screen--clip-1 {
	clip-path: circle(41.9% at 19% 99%);
}

.screen--clip-2 {
	clip-path: circle(16.2% at 74% 38%);
}

.menu-background-items {
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-20%);
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 110;
}

.menu-background-items .menu__bg-item {
	display: block;
	text-align: center;
	margin: 2vh 0 25px;
}

.menu-background-items .menu__bg-item-tag {
	color: #fff;
	font-size: 16px;
	font-family: 'Manrope';
	margin-bottom: 10px;
    display: block;
}

.menu-background-items .menu__bg-item-link {
	color: #fff;
	font-family: 'Butler';
	font-weight: 400;
	font-size: 3rem;
	line-height: 1;
	display: block;
	cursor: pointer;
	transition: color 0.2s;
}

.menu-background-items .menu__bg-item-link:hover,
.menu-background-items .menu__bg-item-link:focus {
	color: #f0b579;
}

@media screen and (min-width: 53em) {
	.menu-background-items .menu__bg-item-tag {
		margin: 0 0 0 0.25vw;
	}
	.menu-background-items .menu__bg-item-link {
		font-size: 48px;
	}
}

@media screen and (max-width: 767px) {
	.menu-background-items .menu__bg-item-link {
		font-size: 36px;
	}
}
/*# sourceMappingURL=/backgroundscalehover.css.map */