body.with-map {
  background: url(../images/tour/map.jpg) top center no-repeat fixed #0c0b0f;
  background-position: -525px 0;
}

@media (min-width: 576px) { body.with-map { background-position: -725px -250px; } }
@media (min-width: 768px) { body.with-map { background-position: -800px -250px; } }
@media (min-width: 992px) { body.with-map { background-position: -700px 0; } }
@media (min-width: 1200px) { body.with-map { background-position: -625px 0; } }


#tour-poster {
    position: relative;
    width: 100%;
    min-height: 10rem;
    background: url(../images/tour/poster-base.jpg) top center no-repeat #0c0b0f;
    font-weight: 100;
}

@media (min-width: 992px) {
    #tour-poster:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }
}

@media (max-width: 991.98px) {
    #tour-poster-card .card-body {
        padding: 0;
        border: #ecf2f2 2px solid;
    }
}

#tour-poster p,
#tour-poster ul,
#tour-poster li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#tour-poster-url {
    font-size: 0.9rem;
    position: absolute;
    top: 1.5rem;
    left: 2rem;
}
#tour-poster-url,
#tour-poster-url b,
#tour-poster-url a {
    color: #ffff;
}

#tour-poster-title {
    font-size: 1.75rem;
    position: absolute;
    top: 3rem;
    left: 4rem;
}

#tour-poster-musicians {
    font-size: 0.9rem;
    position: absolute;
    top: 5.5rem;
    left: 4rem;
}

#tour-poster-shows {
    font-size: 1.3rem;
    position: absolute;
    top: 24rem;
    left: 17rem;
}

#tour-poster-notes {
    font-size: 0.75rem;
    position: absolute;
    top: 36rem;
    left: 17rem;
}


.tour-stop .card {
    border-radius: 0;
}
.tour-stop .card-hang {
    text-align: right;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ecf2f2;
    margin-left: -15px;
    margin-right: -30px;
    padding: 1.25rem
}
