* {
    margin: 0 auto;
    padding: 0;
    font-family: 'Yrsa', sans-serif;
}

body {
    background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 600px) {
  .image {
      margin-bottom: 0;
    max-height: 450px;
  }
}
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;

}

a {
    text-decoration: none;
    color: white;
    font-size: 3rem;
}


.image {
    max-height: 900px;
    display: none;

}

.photo {
    height: auto;
    width: 100%;
}
img {
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.fade {}

.prev {
    position: absolute;
    width: 10%;
    left: 0;
    top: 50%;
    text-align: center;
}

.next {
    position: absolute;
    top: 50%;
    right: 0%;
    text-align: center;
    width: 10%;
}