#section-mindfreak-cta {
    background: url("../../../../../img/pastshows/pastshows/cta-section-bg/ca_mindfreak_2560px.jpg");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	
}

@media (max-width: 1920px) {
    #section-mindfreak-cta {
      background: url("../../../../img/pastshows/cta-section-bg/ca_mindfreak_1920PX.jpg");
	  background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
}

@media (max-width: 1200px) {
    #section-mindfreak-cta {
      background: url("../../../../img/pastshows/cta-section-bg/ca_mindfreak_1200PX.jpg");
	  background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
}

@media (max-width: 768px) {
    #section-mindfreak-cta {
      background: url("../../../../img/pastshows/cta-section-bg/ca_mindfreak_768PX.jpg");
	  background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
}

#section-mindfreak-cta .section__cta__subtitle {
    color: #FF0000;
    font-weight: 300;
}