* {
margin: 0;
padding: 0;
list-style-type:none;
}
a.prev,a.next {
  height:91px;
  position:absolute;
  width:43px;
  top:50%;
  margin-top:-30px;
  opacity:0.6;
  text-indent:-99999px;
  cursor:pointer;
  -webkit-transition:opacity 200ms ease-out;
}
a.prev:hover,a.next:hover {
  opacity:1;
}
.prev {
  left:0;
  background: #000 url('sprite.png') no-repeat -200px 25px;
}
.next {
  right:0;
  background: #000 url('sprite.png') no-repeat -167px 25px;
}
.slider {
  height:100vh;
  position: relative;
}
.slide {
  position:absolute;
  height:100%;
  width:100%;
}
.slider .slide:target {
  z-index: 100;
}
/*
img {
  max-width:100%;
  width:100%;
  position:fixed;
  left:0;
}
*/
.imgbox {
  display: grid;
  height: 100%;
}
.center-fit {
  max-width: 100%;
  max-height: 100vh;
  margin: auto;
}

