.ccm-SlideshowBlock-display{ position:relative; width:100%; height:auto; }
.ccm-SlideshowBlock-display .slideImgWrap{ position:absolute; width:100%; height:auto; top:0px; left:0px; }

.slideshowWrapper {
  position: relative;
}

a.slideshowOverlay {
  display: block;
  position: absolute;
  top: 0;
  z-index: 200;
}

a.slideshowOverlay:hover {
  background-position: left bottom;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 200;
}

a.slideshowOverlay {
  display: block;
  position: absolute;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
}