#video_hero {
}
#video_hero_container {
}
#video_hero_content {
}
@media all and (min-width: 650px) {
}
@media all and (min-width: 900px) {
}
@media all and (min-width: 1200px) {
}
/*
#video_hero {
    /*border: solid 1px red;
}
#video_hero_container {
    width: 100%;
    min-height: 500px;
    /*display: flex;
    /*justify-content: space-between;
    /*flex-direction: column;
    background: var(--fondo-video-hero);
    background-size: cover;
    /*padding-top: 70px;
}
#video_hero_content {
    /*width: 80%;
    margin: auto;
}
#video_hero_title {
    margin-bottom: 80px;
}
#video_hero_title h1 {
    text-align: center;
    font-size: 4em;
    color: var(--our-green-color);
    /*border: solid 1px red;
}
@media (min-width: 768px)
{
    #video_hero_title h1 {
        font-size: 6em;
    }
}
*/