/*
---------------------- Swipe up to Fullscreen content here ----------------------
*/

#swipeTip {
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0;
    z-index: 12;
    display: none;
    background-color: rgba(0, 0, 0, 0.1);
}
  