.homepage--content #video {
    background: url("../img/homepage/bg-1.a3dabb7c845f.png") no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.homepage--content .index-page {
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.homepage--content .index-page--has-image {
    background-color: transparent;
    color: #fff;
}

.cta{
    width: 432px;
    height: 35px;
    display: block;
    background-color: red;
    text-align: center;
    margin-top: 30px;
    justify-content: center;
}

.cta a {
    justify-content: center;
    center-align: center;
    width: 100%;
    height: 100%;
    color: white;
}

@media (max-width: 1150px) {
    .cta{
        width: 432px;
        height: 35px;
        display: block;
        background-color: red;
        text-align: center;
        margin-top: 30px;
        justify-content: center;
    }

    .cta a {
        justify-content: center;
        center-align: center;
        width: 100%;
        height: 100%;
        color: white;
    }
}


.video-container {
    margin-top: 250px;
}

.live-comedy-img {
    max-width: 100%;
}

.yt-icon {
    font-size: 10em;
    color: var(--brand-primary)
}

h3.mailchimp {
    text-align: center;
    letter-spacing: 2px;
    font-family: calluna-sans, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.mc-field-group {
    text-align: left;
    color: white;
    font-family: calluna-sans, Arial, Helvetica, sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
}


h2.ticket-with-slug {
    text-align: right;
    font-family: triplex-cond-sans;
    font-weight: 400;
    font-style: normal;
    font-size: 33px;
    letter-spacing: .01em;
    line-height: 1.5em;
    text-transform: uppercase;
}

h2.ticket-with-slug a {
    color: inherit;
    padding-bottom: .05em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, .3);
}

h2.ticket-with-slug a:hover {
    color: rgba(255, 255, 255, .6);
    border-color: rgba(255, 255, 255, .15);
    text-decoration: none;
}

#home--subscribe_form select.form-control {
    padding: 0;

}

.top-layer {
    background-image: url("/static/img/homepage/bg-1.c7c50a15c515.webp");
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* this is good for the mobile version of the background
@media (max-width: 992px) {
    .top-layer {
        background-position: 24%;
    }
}
*/
.city-list-container {
    background-color: rgba(0, 0, 0, .5);
    box-shadow: -2px -1px 3px 2px rgb(255 255 255 / 5%);
    border-radius: 3px;
}

.map {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50vh;
}

.map-container {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.scrollFix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
    color: blue;
}

.about-us--banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--bg);
}

.about-us--newspapers {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.about-us--newspapers img {
    max-width: 100%;
}

.newspapers--quote {
    text-transform: uppercase;
    font-family: var(--font-subtitle);
    letter-spacing: 0.03em;
    line-height: 1.2;
    font-weight: 400;
}

.newspapers--image img {
    max-width: 100%;
}

.newspapers {
    background-image: url("/static/img/homepage/bg-2.d43d0fd6defb.jpg");
    min-height: 50vh;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
