#content>div.left-sidebar,
#bottom-banner {
    display: none !important;
}

#content>div.right-content,
#hero-container>a>figure>img {
    width: 100%;
}
.full-shop-tickets-button {
    width: 100%;
    display: block;
    color: #fff;
    background-color: #0077ff;
    text-align: center;
    font-size: 28px;
    margin: 28px 0px 0px;
    font-family: 'Poppins';
    border: 2px;
    border-style: solid;
    border-color: #0077ff;
}

.full-shop-tickets-button:hover {
    color: #0077ff;
    background-color: #fff;

}

.meet-artists-heading,
.venue-info-heading,
.artists-info-heading {
    font-size: 20px;
    margin: 30px 0 10px 0px;
}

.tile-caption {
    box-shadow: 0 3px 6px #D6D6D6;
}

.main-tile-figure {
    background-color: #fff;
}

.text-tile-caption {
    display: inline-block;
    text-align: left;
    font-family: Poppins;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0px;
    color: #222222;
    opacity: 1;
}

.shop-tickets-button {
    display: inline-block;
    float: right;
    border: 2px;
    border-style: solid;
    border-color: #0077ff;
    background-color: #0077ff;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.4em;
    min-width: 55px;
    min-height: 32px;
    max-height: 32px;
    margin-right: 10px;
    padding: 5px;
    margin-top: -2px;
}

#hero-container>a>figure {
    margin: 0px;
}

.shop-tickets-button:hover {
    color: #0077ff;
    background-color: #fff;
}

#main-event-content {
    width: 80%;
}

.tile-caption {
    padding: 10px;
}

.artist-tile {
    width: 200px;
    background-color: #fff;
    display: inline-block;
}

.artist-tile-img {
    width: 100%;
}

.artist-tile-caption {
    margin-top: -4px;
    padding: 5px;
    box-shadow: 0 3px 6px #d6d6d6;
}

#the-artists-container>figure {
    margin: 0px;
}

.artist-tile-text-caption {
    font-family: Poppins;
    font-weight: bold;
    font-size: 16px;

}

.artist-tile-caption {
    text-align: center;
}

#the-artists-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    row-gap: 20px;
}

#venue-two-tile {
    width: 100%;
}

#venue-image,
#venue-map {
    width: calc(50% - 5px);
    display: inline-block;
    box-sizing: border-box;
}

#venue-image {
    min-width: 50%;
    min-height: 300px;
    background: url("https://scorebig-brand.s3.amazonaws.com/images/venue/86/86-600x300.jpg");
}

#venue-map>iframe {
    width: 100%;
    max-height: 280px;
}

#venue-map {
    max-height: 300px;
    background: #fff;
    padding: 10px;
    vertical-align: top;
    box-shadow: 0 3px 6px #d4d4d4;
}


@media screen and (max-width: 992px){
    #main-event-content {width: 100%;}
}


@media screen and (max-width: 725px){
    .artist-tile {    width: 50%;}
    #venue-image {
        background: url("https://scorebig-brand.s3.amazonaws.com/images/venue/86/86-600x300.jpg");
        background-repeat: no-repeat;
        min-width: 100%;
        background-position: center;
        margin-bottom: 15px;
    }
    #venue-map{width: 100%;}
}

@media screen and (max-width: 600px){
    #hero-container > a > figure > figcaption > span {font-size: 18px;}
    .shop-tickets-button {    margin-top: -6px;}
}

@media screen and (max-width: 450px){
    #hero-container > a > figure > figcaption > span {font-size: 13px;}
}

@media screen and (max-width: 400px){
#hero-container > a > figure > figcaption > span{    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
}