﻿@media(max-width: 768px){
    .volunteer-card{
        padding:25px;
    }
    .logo-center .logo {
        height: 90px;
    }

    .logo-center .logo-name {
        height: 27px;
        margin-top: 5px;
    }
    .floating-card {
        bottom: -15px;
        padding: 10px 15px;
        border-radius: 10px;
    }

        .floating-card h4 {
            font-size: 20px;
        }
    .founder-img-wrap {
        width: 220px;
        height: 220px;
    }
    .cta-img {
        height: auto;
        width: auto;
        object-fit: cover;
    }
    .lightbox-nav {
        top: auto;
        bottom: 30%;
        transform: none;
        font-size: 18px;
        padding: 8px 8px;
        background: rgba(0, 0, 0, 0.75);
    }

        .lightbox-nav.prev {
            left: 15px;
        }

        .lightbox-nav.next {
            right: 15px;
        }
}
