.tc_hero {
    position: relative;
    z-index: 900;
    height: 50vh;
    color: #fff;
}
.tc_hero-image-wrapper {
    position: absolute;
    z-index: 920;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.tc_hero-image-overlay {
    position: absolute;
    z-index: 922;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.tc_hero-content-container {
    position: relative;
    z-index: 930;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}