/* Home page specific styles */

.home-hero {
    overflow: hidden;
}

.home-hero__media {
    position: relative;
}

/* Float animation is in animations.css, but we can enhance it for home page */
.home-hero__media img {
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.1));
}
