body.digiart {
	--big-bg-img: url("https://img.alaflora.net/placeholder/digiart-bg.webp");
}
body.portfolio{
	--big-bg-img: url("https://img.alaflora.net/asset/portfolio-bg-1200px.webp");
}

big-gallery a {
	flex-grow: var(--ratio);
}


skip-link.to-top:focus-within,
big-gallery:has(a:focus-visible) ~ skip-link.to-top {
	background: white;
	display: block;
	position: absolute;
	opacity: 1;
	bottom: 0;
	right: 0;
	top: unset;
	left: unset;
	width: unset;
	height: 2.35rem;
	font-size: 1.2rem;
	padding: 0.35rem 0.7rem 0 0.5rem;
}
