/* Introduction links */
#links { display: flex; gap: 10px; flex-wrap: wrap; }

/* Images */
.dropped-image.home-image > .vce-single-image-wrapper { position: relative; top: 0; left: 25px; }
.dropped-image.home-image:nth-child( 2 of .dropped-image.home-image ) > .vce-single-image-wrapper { position: relative; bottom: 0; left: -50px; }
.dropped-image.home-image:only-child > .vce-single-image-wrapper { position: relative; left: auto; right: -75px; }

@media (max-width: 1600px) {
	.dropped-image.home-image > .vce-single-image-wrapper img { width: clamp( 150px, 16vw, 276px ); }
    .dropped-image.home-image > .vce-single-image-wrapper { left: 0; }
    .dropped-image.home-image:nth-child( 2 of .dropped-image.home-image ) > .vce-single-image-wrapper { left: 0; bottom: 7%; }
    .dropped-image.home-image:only-child > .vce-single-image-wrapper { right: 0; }
}

@media (max-width: 900px) {
	.dropped-image.home-image:nth-child( 2 of .dropped-image.home-image ) > .vce-single-image-wrapper { top: 30px; }
}