﻿.team-photo-section {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    width: 100%;
}

    .team-photo-section .carousel-img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
        max-height: 100vh;
    }

@media (max-width: 768px) {
    .team-photo-section .carousel-img {
        max-height: 60vh;
    }
}

.team-photo-wrapper {
    position: relative;
    width: 100%;
    height: auto; /* Change this from 100vh to auto */
    overflow: hidden;
}
