body{
  overflow: hidden;
  background-color: black;
}

.main{
  width: 100vw;
  height: 100vh;
  background-color:black;
}

.container{
  height: 100%;
}

.back{
  font-size: 1.1em;
  letter-spacing: 0.1em;
  color: white;
  padding: 2.5vh;
  position: absolute;
  left: 0;
  z-index: 3;
}

.back a{
  text-decoration: none;
  color: white;
}


.lookbook{
	width: 50vw;
	float: left;
}

.lookbook img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}





.captions{
	height: 80vh;
  position: absolute;
  top: 50%;
  transform: translateY(-51%);
  right:50vw;
  background-color: white;
}

.captionsinner{
  width: 100%;
  height: 100%;
}

.captions img{
	height: 100%;

}

.slidecontainer {
  position: absolute;
  top: 50%;
  transform: translateY(-51%);
  left: 50vw;
  height: 80vh;
  width: 64vh;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.mySlides img {
  height: 80vh;
}

/* Add a pointer when hovering over the thumbnail images */

/* Next & previous buttons */
.prev,
.next {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  cursor: url('../img/next.png'), auto; 
}

.prev{
  cursor: url('../img/prev.png'), auto; 
}

/* On hover, add a black background color with a little bit see-through */
/*.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.2);
}*/

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

#back{
  position: fixed;
  z-index: -2;
}

#backgroundvideo{
  width: 100vw;
}