
.teaser {
    display: block;
    background: #000;
    text-align: center;
    margin: .5em 0;
    padding: .5em;
}

.teaser iframe {
    max-width: 100%;
}

.jimmie,
.pin {
    display: none;
}

@media screen and (min-width: 990px) {
    .teaser {
        height: 190px;
        padding: 0;
    }
    .jimmie,
    .pin {
        display: block;
    }
    .teaser-content {
        display: flex;
        align-items: center;
    }
    .teaser-content .pin img {
        float: right;
    }
    .teaser-content div {
        flex: 1 1 auto;
    }
    .teaser-content .pin img {
        margin-top: -10px;
        margin-right: 10px;
        height: 200px;
        width: auto;
    }
    .teaser-content .jimmie img {
        height: 190px;
        width: auto;
        margin-left: 10px;
        float: left;
    }
}

.pinball-section,
.arcade-section,
.tables-section {
    margin-top: 2em;
    text-align: center;
}

.section-header {
    padding: .25em;
    background: #a4c2f4;
    color: #222;
    font-size: 1.4em;
    font-weight: 700;
}

.mmr-fp-image {
    max-width: 1200px;
    height: auto
}

.machines {
    display: flex;
    flex-wrap: nowrap;
}
.machines .machine {
    flex: 1 1 auto;
}
.machine {
    padding-top: .5em;
    text-align: center;
}
.machine a img {
    max-height: 500px;
    transition: transform .2s;
}
.machine a img:hover {
    transform: scale(1.1);
}

.slick-dots li button:before {
    color: #808080;
}
.slick-dots li.slick-active button:before {
    color: #6f75b7 !important;
}

.hero-scroller {
    position: relative;
}
.prev {
    position: absolute;
    top: 50%;
    left: 1em;
    font-size: 1.6em;
    color: #6f75b7 !important;
    z-index: 100;
    cursor: pointer;
}
.next {
    position: absolute;
    top: 50%;
    right: 1em;
    font-size: 1.6em;
    color: #6f75b7 !important;
    z-index: 100;
    cursor: pointer;
}
