//Make the links you add to images etc z-index ABOVE the text boxes so the entire div is clickable!
.banner a.fill {
  z-index: 1000;
}

#banner-1455851668 > div > div.banner-layers.container > a {
    z-index: 999;
}