.hero_001_outer_container {
    background: #000;
    height: 100dvh;
    overflow: hidden;
}

.hero_001_landscape_video_container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.hero_001_portrait_video_container {
    display: none;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.hero_001_portrait_video_container_video
{
}
.hero_001_landscape_video_container_video
{
}





/* Tablet */
/* Tablet */
/* Tablet */
/* Tablet */

@media only screen and (max-width: 1280px) and (min-width: 421px) {}

/* Mobile */
/* Mobile */
/* Mobile */
/* Mobile */

@media only screen and (max-width: 420px) {
}