/* Static hosting fixes (root URL, no SharePoint runtime) */
html,
body {
  height: auto !important;
  overflow: auto !important;
  width: 100% !important;
}

#s4-workspace,
#s4-bodyContainer {
  height: auto !important;
  overflow: visible !important;
  position: relative !important;
}

/* Prevent rotator story blocks from overlapping columns before Galleriffic runs */
.galleryContainer ul.thumbs li .caption {
  display: none;
}

.galleryContainer .caption-container .caption {
  display: block;
}
