constructor(private sanitizer: DomSanitizer) {
    this.bannerImage = this.sanitizer.bypassSecurityTrustStyle(`url('${images.background}')`);
  }