/* ============================================ */
/* RESPONSIVE STYLES FOR DR. TITILAYO WEBSITE */
/* ============================================ */

/* ============================================ */
/* TABLET RESPONSIVE (1024px and below) */
/* ============================================ */

@media (max-width: 1024px) {

    /* Hero Section */
    .hero {
        height: 100vh;
        min-height: 500px;
        padding-bottom: 0;
    }

    .hero::before {
        min-height: 100vh;
        height: 100%;
        background-position: 60% center;
        background-size: cover;
    }

    .hero::before {
    height: 70%;
    background-position: 50% center;
    background-size: cover;
    }

    .hero-container {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

   

}

/* ============================================ */
/* MOBILE RESPONSIVE (768px and below) */
/* ============================================ */

@media (max-width: 768px) {

    /* Hero */
    .hero {
        min-height: 100vh;
        height: 100vh;
    }

    .hero::before {
        background-position: 65% center;
    }

    .hero::before {
    background-position: 35% center;
    background-size: cover;
    }

    
}

/* ============================================ */
/* SMALL MOBILE (480px and below) */
/* ============================================ */

@media (max-width: 480px) {
    .hero {
        min-height: 100vh;
    }

    .hero::before {
    background-position: 30% center;
    background-size: cover;
    }

    
}

/* ============================================ */
/* EXTRA SMALL MOBILE (375px and below) */
/* ============================================ */

@media (max-width: 375px) {
    
    .hero::before {
    background-position: 30% center;
    background-size: cover;
    }
}