.march-internal-banner {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.march-internal-banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.march-internal-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.march-internal-banner-title {
    position: relative;
    z-index: 2;
    margin: 0;
    margin-top: 15vh; /* A little below the center */
    text-align: center;
    font-size: 4rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    color: #ffffff; /* Default, overridden by Elementor */
    text-shadow: 0 2px 4px rgba(0,0,0,0.3); /* better visibility on image backgrounds */
}
@media (max-width: 768px) {
    .march-internal-banner-title {
        font-size: 2.5rem;
    }
}
