#fp-nav {
    display: none;
}

#content>.frame.active {
  z-index: 1000;
  top: 0!important;
  left: 0!important;
}

#content>.frame {
  margin: 0!important;
  padding: 0;
  z-index: 100;
  position: absolute;
  left: -9999px;
}

#content .kenburns .lining {
  transition: transform 13s cubic-bezier(.2,0,.7,1);
  transform: scale(1.11);
}

.fp-section {
  background-size: cover;
  box-sizing: content-box!important;
  margin-left: -50%;
  padding-left: 50%;
  padding-right: 50%;
  width: 100%;
  position: relative;
  z-index: 0;
  visibility: visible;
}

.fp-section .lining {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
