div.header-extras {visibility: hidden;}
/* Remove Tint on image */
.sp-intro .intro-bg:before {
  display: none;
}

#swipebox-overlay {
  visibility: hidden;
  display: none;
    width: 1px;
    height: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;

    background: rgba(0, 0, 0, 0.85);
    -webkit-transition: background 0.25s linear;
    transition: background 0.25s linear;
}