.events-section {
    padding: 6rem 3rem;
    max-width: 1400px;
    margin: 0 auto;
}

.section-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-top: 3rem;
}

.section-video iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .events-section {
        padding: 2rem 1rem;
    }

    .section-video {
        width: 100%;
    }
}
