#section-shows-cta {
    background: url("../../../../img/pastshows/cta-section-bg/cta_2560px.jpg");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	
}

@media (max-width: 1200px) {
    #section-shows-cta {
      background: url("../../../../img/pastshows/cta-section-bg/cta_1200px.jpg");
	  background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
}
@media (max-width: 920px) {
    #section-shows-cta {
      background: url("../../../../img/pastshows/cta-section-bg/cta_920px.jpg");
	  background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
}
@media (max-width: 992px) {
    #section-shows-cta {
      background: url("../../../../img/pastshows/cta-section-bg/cta_768px.jpg");
	  background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
}

