#background {
    position: fixed;
    background-image: url(../../images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    top: 0%;
    left: 0%;
    z-index: 1;
}  
  .slider {
    -webkit-appearance: none;
    width: 75%;
    position: relative;
    left: 10vw;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  
  .slider:hover {
    opacity: 1;
  }
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #04AA6D;
    cursor: pointer;
  }

#largeTop {
    position: relative;
    background-color: black;
    top: 20vh;
    height: 62vh;
    left: 2vw;
    width: 90vw;
    border: solid 4px rgb(97, 97, 97);
    z-index: 100;
}

#backgroundOVerlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.753);
    height: 100vh;
    width: 100vw;
    top: 0%;
    left: 0%;
    z-index: 2;
}

#imageFrame {
    position: relative;
    background-color: black;
    top: 5%;
    left: 6%;
    width: 75vw;
    height: 30vh;
    border: solid 8px rgb(255, 255, 255);
    z-index: 100;
}

#largeBottom {
    position: relative;
    background-color: black;
    top: 22vh;
    left: -0.5vw;
    width: 90vw;
    border: solid 4px rgb(97, 97, 97);
    z-index: 100;
}

.TopImg {
    display: none;
}
.Title {
    display: none;
}
.Exp {
    display: none;
}

.otherImg {
    display: block;
}
.firstTitle {
    display: block;
}
.firstExp {
    display: block;
}