/* Keep a still frame visible while background videos buffer or cannot play.
   The poster uses the video's object-fit; the container also survives media errors. */
.menu-slide-area .menu-vid {
    background: #222 url('../images/menu-poster.jpg') center / cover no-repeat;
}
.intro-section-wrap .section-item1 .bg-mov {
    background: #333 url('../images/intro01-poster.jpg') center / cover no-repeat;
}
.intro-section-wrap .section-item2 .bg-mov {
    background: #ef6011 url('../images/intro02-poster.jpg') center / cover no-repeat;
}
.intro-wrap .bg-mov {
    background: #333 url('../images/intro03-poster.jpg') center / cover no-repeat;
}
main .section2 .bg-vid {
    background: #222 url('../images/02bg-poster.jpg') center / cover no-repeat;
}
main .section2 .animate-vid {
    background: #222 url('../images/03bg-poster.jpg') center / cover no-repeat;
}
main .section4 .bg-vid {
    background: #eee url('../images/04bg-poster.jpg') center / cover no-repeat;
}
main .category-vid .video { background-color: #222; }
