.heroSection .imageContainer {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.heroSection video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
}

/* Ensure video works on iOS */
.heroSection video::-webkit-media-controls {
    display: none !important;
}

.heroSection video::-webkit-media-controls-panel {
    display: none !important;
}