#index_hero {
}
#index_hero_container {
    /*background-color: var(--tertiary-background);*/
    /*border: solid 1px red;*/
}
#index_hero_content {
    margin: 0 0;
    /*margin-left: 10px;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*position: relative;*/
    /*z-index: 10;*/
    /*overflow: hidden;*/
    /*border: solid 1px green;*/
}
@media (min-width: 600px) {
}
@media (min-width: 900px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}

