/* ------------------------------------
Media Quiries - Landing Page
------------------------------------ */

/* Section - Hero */

@media (max-width: 575.98px) {
    .hero {
        min-height: 100%;
        background-position: center;
    }

    .prnt-hero {
        min-height: 50vh;
        background-position: center;
    }

    .nanny-hero {
        min-height: 50vh;
        background-position: center;
    }
}