.bg-image {
    width: 100vw;
    aspect-ratio: 3 / 1;
    height: calc-size(100%, 100%);
    background-image: url(../images/2025_group_photo.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.text-shadow {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

.h-md-250, .h-250 {
    height: 250px;
}

.cursor-hover:hover {
    cursor: pointer;
}

#carousel .carousel-item img {
    height: 50vh;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
