.hero-image {
    height: 460px;
    margin-bottom: -190px;
}
.hero-image > img {
    block-size: 100%;
    max-width: 55%;
    object-fit: cover;
    object-position: center;
    z-index: 5;
}
.hero-image:before,
.hero-image:after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    z-index: 10;
}
.hero-image:before {
    left: 0;
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
}
.hero-image:after {
    right: 0;
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%);
}
#primary .container {
    max-width: 1400px;
    position: relative;
    z-index: 20;
}
h1 {
    font-family: "Rokkitt", serif;
    margin-bottom: 15px;
    font-size: 3.75rem;
}
.location-information {
    font-size: 1rem;
}
.location-information > span {
    display: inline-block;
    margin: 0 25px 8px 0;
    & i.fa-solid {
        margin-right: 8px;
    }
}
.location-information > span.hours-short {
    display: block;
    margin-right: 0;
}
.location-ctas > span {
    margin-right: 10px;
    &:last-of-type {
        margin-right: 0;
    }
}
.entry-content {
    margin-top: 15px;
}
.map-wrapper {
    border-radius: 20px;
    overflow: hidden;
}
.embedded-menu-wrapper {
    position: relative;
    overflow: hidden;
}
.embedded-menu-wrapper .playbook-mark {
    position: absolute;
    top: -100px;
    right: -120px;
}
.location-cta-section .container {
    max-width: 900px;
}
.location-cta-section .cta-text p strong {
    font-size: 1.625rem;
}
.location-events-wrapper .playbook-mark {
    position: absolute;
    top: -140px;
    left: -80px;
    width: 125px;
    height: 125px;
}
@media screen and (max-width: 1630px){
    .embedded-menu-wrapper .playbook-mark {
        top: -140px;
        right: -30px;
    }
}
@media screen and (max-width: 1580px){
    .location-events-wrapper .playbook-mark {
        left: 0;
    }
}
@media screen and (max-width: 1400px){
    .hero-image > img {
        opacity: 0.5;
    }
    .hero-image:before,
    .hero-image:after {
        width: 40%;
    }
}
@media screen and (max-width: 1200px){
    /*.location-ctas > span {
        display: block;
        margin: 0 0 10px;
    }
    .location-meta {
        position: relative;
    }
    .location-meta .location-ctas {
        position: absolute;
        bottom: 0;
        right: 0;
    }*/
    .location-meta .flexed {
        display: block;
    }
    .location-meta .location-ctas {
        position: relative;
        right: auto;
        bottom: auto;
        padding: 20px 0 10px;
    }
    .location-ctas > span {
        display: inline-block;
        margin: 0 10px 10px 0;
    }
    .location-ctas a.button {
        font-size: 0.75rem;
        padding: 15px 60px 15px 15px;
    }
    .location-ctas.text-right {
        text-align: left;
    }
    .hero-image:before {
        width: 100%;
        background: linear-gradient(to top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,0) 100%);
    }
    .hero-image:after {
        display: none;
    }
    .hero-image > img {
        max-width: 100%;
        opacity: 1;
    }
}
@media screen and (max-width: 700px){
    h1 {
        font-size: 3rem;
    }
}
@media screen and (max-width: 600px){
    h1 {
        font-size: 2.75rem;
        line-height: 0.8;
    }
    .embedded-menu-wrapper .playbook-mark{
        width: 110px;
        height: 145px;
        right: 0;
    }
    .location-cta-section .flexed {
        display: block;
    }
    .location-cta-section .page-cta {
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 460px){
    h1 {
        font-size: 2.25rem;
    }
    .location-ctas > span {
        display: block;
        margin: 0 0 10px;
        & a.button {
            display: block;
            font-size: 1rem;
        }
    }
    .embedded-menu-wrapper .container {
        padding: 0;
    }
}