// LAYOUT THEME
// top theme
.sliderjs.th-topControls {
  .footer {
    position: absolute;
    top: 0px;
    z-index: 20;
    width: 100%;
    overflow: hidden;
	  .box-sizing(border-box);
  }
}

