.uc-last-section {
  position: absolute;
  width: 100%;
  height: auto;
  background: white;
  z-index: 2;
  overflow: hidden;
}

.uc-footer-block {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: black;
  z-index: 1;
  transition: transform 0.5s ease-in-out;
}
