html {
    margin: 10px auto;
}


#banner {
    /* height: 100%; */
    object-fit: contain;
}


#banner .img-responsive {
    margin-left: 250px;
    margin-top: 120px;
    width: 60%;
    height: 70%;
    /* height: auto; */
    /* object-fit: contain; */
}


.event-title h2 {
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
}

.event-title h4 {
    text-align: center; 
}

.event-time i {
    font-size: 20px;
}

.divider {
    width: 1px;
    height: 200px;
    background-color: #777E8B;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 300px;
}

.venue {
    padding-top: 15px;
}

.time {
    padding-top: 15px;
    font-size: 20px;

}

.artist h2 {
    text-transform: uppercase;
    margin-left: 2px;
}

.artist-image .img-responsive {
    width: 35%;
    height: 250px;
}

.artist-description {
    padding-top: 10px;
}