#Slogan.slogan {
	position: absolute;
	top: 93vh;
	left: 83vw;
}
#Slogan.slogan img {
	width: 14vw;
	height: auto;
}

/* portrait */
@media screen and (max-aspect-ratio: 1 / 1) {
	#Slogan.slogan {
		position: absolute;
		top: 7.5vh;
		left: auto;
		right: 18vw;
		z-index: 200;
	}
	#Slogan.slogan img {
		width: auto;
		height: 2vh;
	}
}

#background-layer {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;
}

#background-layer #background-logo {
	position: absolute;
    width: 20vw;
    height: 20vw;
    padding: 0.5vw;
    border-radius: 100%;
    border: 1vw solid #eee;
    background-image: none;
    background-color: transparent;
    box-shadow: 0 0 0.5px -0.2vw #131b14, inset 0 0 0.7vw -0.3vw #000000;
    z-index: -1;
}

/* portrait */
@media screen and (max-aspect-ratio: 1 / 1) {
	#background-layer #background-logo {
		display: none;
	}
}

#background-layer #background-pattern {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    z-index: -2;
}

#background-layer .bg-img-tile {
	position: absolute;
    width: 140%;
    height: 120%;
    top: -10% !important;
    left: -20% !important;
    padding: 0px;
    margin: 0px;
}

#background-layer .bg-img-tile.layer-btm-0 {
	z-index: -9;
}
#background-layer .bg-img-tile .layer-btm-1 {
	z-index: -8;
}
#background-layer .bg-img-tile .layer-btm-2 {
	z-index: -7;
}
#background-layer .bg-img-tile .layer-btm-3 {
	z-index: -6;
}
#background-layer .bg-img-tile .layer-btm-4 {
	z-index: -5;
}
#background-layer .bg-img-tile .layer-btm-5 {
	z-index: -4;
}

