﻿#section-vegas-cta {
  background: url("../../../../img/pastshows/cta-section-bg/vegas_2560px.jpg") no-repeat center;
  background-size: cover;

}


/* ******************** */
/*    MEDIA QUERIES    */
/* ******************** */
@media (max-width: 1920px){
    #section-vegas-cta  {
        background: url("../../../../img/pastshows/cta-section-bg/vegas_1920px.jpg") no-repeat center;
        background-size: cover;
    }
}
@media (max-width: 1200px){
    #section-vegas-cta  {
        background: url("../../../../img/pastshows/cta-section-bg/vegas_1200px.jpg") no-repeat center;
        background-size: cover;
    }
}


@media (max-width: 768px){
    #section-vegas-cta  {
        background: url("../../../../img/pastshows/cta-section-bg/vegas_768px.jpg") no-repeat center;
        background-size: cover;
    }
}

