.xtra-menu-background {
	position: relative;
	width: 100%;
	min-height: 500px;
	z-index: 1;
	display: flex;
	align-content: center;
	align-items: center;
	overflow: hidden
}
.xtra-menu-background-items {
	text-align: center;
	flex: 1
}
.xtra-menu-background a {
	font-size: 26px;
	font-weight: 700
}
.xtra-menu-background img {
	opacity: 0;
	z-index: -1;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	visibility: hidden;
	transition: all .3s ease-in-out
}
.xtra-menu-background-first .xtra-menu-background-items div:first-child img,
.xtra-menu-background-items div:hover img {
	opacity: 1;
	visibility: visible
}
.xtra-menu-background-glass {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}