/* =========================
   RESPONSIVE FIXES
========================= */

@media (max-width: 768px) {
    #slider {
        height: 50vh;
    }

    .doctor-img {
        position: static;
        max-height: 260px;
        margin: 1rem auto 0;
        display: block;
        transform: none !important;
    }

    .doctor-slide {
        text-align: center;
        padding-top: 2rem;
    }

    .doctor-slide h2 {
        font-size: 1.5rem;
    }

    .doctor-slide p {
        font-size: 1rem;
    }

    .slide:first-child .col-md-6.text-white {
        padding: 0 1rem;
    }
}
