.hero_enabled .cm_location_intro {
    background-image: var(--location-hero-img);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.hero_enabled .cm_location_intro::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}
.hero_enabled .cm_location_intro_text {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
}
.hero_enabled .cm_location_intro_text * {
    color: #fff;
}
.hero_enabled .cm_button {
    font-weight: 400 !important;
    display: flex !important;
    align-items: center;
}
#hero-v1 {
    display: none;
}

#hero-v2 {
    display: block;
}
