body.page-id-107 #main {
min-height: 100vh;
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
#home.restored-home {
overflow: hidden;
}
#home.restored-home::after {
content: "";
position: absolute;
z-index: 1;
right: 0;
bottom: 0;
left: 0;
height: 34%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 22%, #000 100%);
pointer-events: none;
}
#home .home-credits {
position: absolute;
z-index: 2;
right: 8%;
bottom: 4.5%;
left: 8%;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: clamp(1rem, 8vw, 8rem);
font-family: "futura-pt", sans-serif;
text-align: center;
text-transform: uppercase;
color: #f9d423;
}
#home .home-credit span,
#home .home-credit strong {
display: block;
line-height: 1.05;
letter-spacing: .08em;
}
#home .home-credit span {
font-size: clamp(.65rem, 1.15vw, 1.1rem);
font-weight: 600;
}
#home .home-credit strong {
margin-top: .2em;
font-size: clamp(.9rem, 1.8vw, 1.7rem);
font-weight: 700;
}
@media (max-width: 740px) {
#home.restored-home::after {
height: 40%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 18%, #000 100%);
}
#home .home-credits {
right: 5%;
bottom: 3.5%;
left: 5%;
gap: 1rem;
}
}