.disable-buy {
    background: gray;
}

.disable-buy > img {
    background-color: #249067;
    opacity: 0.4;
}

.con-but-wrap > .row {
    padding-top: 5px;
}

@media (max-width: 768px) {
    .concertwrapper{
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}

.past:hover .pasttext{
    display:block;
}

.bandpic {
    text-align:center;
    padding: 10px 0 0 0;
    position: relative;
    z-index: 1;
    margin: auto;
}

.bandpic img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.pasttext, .soldout, .concerttext {
    position: absolute;
    margin:0 auto 0 auto;
    width: 100%;
}

/* Wave banners need to be in the left corner, so we just override the left property of the .soldout rule */
.soldout.wave-banner {
    left: unset;
}

.wave-info {
    padding: 1em;
    margin: 1em;
    font-size: larger;
}

.wave-info > p, .wave-info > h2, .wave-info > h3, .wave-info > h4 {
    margin: 0.1em;
}

.invisible{
    display: none;
}

.concerttext:before {      /* create a full-height inline block pseudo-element */
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
}

.concerttext {
    background-color: #F2EDE4;
    position: relative;
    height: 380px;
}

.concerttext h1,
.concerttext h2,
.concerttext h3,
.concerttext h4,
.concerttext h5,
.concerttext h6 {
  margin: 0.5rem 0;
}

.textwrapper {
    text-align:  center;
}

.con-band-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 5px;
}

.con-but-wrap {
    position: absolute;
    bottom: 0;
}

.soldout {
    margin: 0 auto 0 auto;
    text-align:center;
    z-index: 3;
    width: 30%;
    position: absolute;
    left:70%;
    top: 10px;
}

.soldout img{
    width: 100%;
    display: block;
    margin: auto;
}

.pasttext{
    z-index: 30;
    top: 25%;
    left: 10%;
    color: rgba(255,255,255, 0.7);
    text-align:  center;
    height: auto;
    text-wrap: normal;
    position: absolute;
    padding-left: 0;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    opacity: 1%;
    overflow: hidden;
    max-width: 80%;
    font-size: 48px;
    display: none;
}

.past{
    opacity:.5;
}

.buytickets {
    margin: 0 auto 0 auto;
    text-align:center;
    z-index: 50;
    width: 15%;
    position: absolute;
    top: 80%;
    left:55%;
}

.buytickets.img {
    width: 100%;
    display: block;
    margin: auto;
}

#concertcontent {
    max-width:1280px;
    margin: 0 auto 0 auto;
    padding: 0;
}

.container-fluid-no-padding{
    padding: 0;
}
