body {
    position: relative;
    background-color: #000;
}

.slider {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
}

.slider img {
    height: 100vh;
}

.title {
  position: fixed;
  left: 1vw;
  bottom: 1vw;
  width: 20vw;
}