#section-mj-cta {
    background: url("../../../../img/pastshows/cta-section-bg/MJONE_2560PX.jpg");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	
}

@media (max-width: 1920px) {
    #section-mj-cta {
      background: url("../../../../img/pastshows/cta-section-bg/MJONE_1920PX.jpg");
	  background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
}

@media (max-width: 1200px) {
    #section-mj-cta {
      background: url("../../../../img/pastshows/cta-section-bg/MJONE_1200PX.jpg");
	  background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
}

@media (max-width: 768px) {
    #section-mj-cta {
      background: url("../../../../img/pastshows/cta-section-bg/MJONE_768PX.jpg");
	  background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
}

