.Loop {
  position: relative;
  height: 100%;
  overflow: auto;
  z-index: 10;
  -webkit-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  mix-blend-mode: difference;
}
.Loop.fullScreen {
  mix-blend-mode: normal;
}

section {
  position: relative;
  text-align: center;
  min-height: 300px;
  height: 50%;
  overflow-x: hidden;
}

::scrollbar {
  display: none;
}

::-webkit-scrollbar {
  display: none;
}

.titles a {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 4em;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 100px;
  padding: 20px 50px;
  mix-blend-mode: difference;
}

#horizontal {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  flex-flow: column;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
}

#carousel-container {
  margin-top: 20vh;
  flex-grow: 1;
  max-height: -webkit-calc(100vh - 40vh);
  max-height: -moz-calc(100vh - 40vh);
  max-height: -o-calc(100vh - 40vh);
  max-height: -ms-calc(100vh - 40vh);
  max-height: calc(100vh - 40vh);
  height: calc(100vh - 40vh);
  background-color: white;
}

.img-container {
  position: absolute;
  height: 100%;
  max-height: calc(100vh - 40vh);
  object-fit: contain;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  background-color: white;
}

.img-container img {
  max-height: 100%;
  border-right: 1px solid white;
}

#overview {
  padding: 0px 10px;
  margin: auto;
  margin-top: 50px;
}

#overview a {
  display: inline-block;
  position: relative;
  width: -webkit-calc(10vw - 22px);
  width: -moz-calc(10vw - 22px);
  width: -o-calc(10vw - 22px);
  width: -ms-calc(10vw - 22px);
  width: calc(10vw - 22px);
  margin: 7px 10px;
}

#overview img {
  min-width: 100%;
  min-height: -webkit-calc(1.2 * 10vw);
  object-fit: cover;
  max-width: 100%;
  max-height: -webkit-calc(1.2 * 10vw);
}

#big-show {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.big {
  display: none;
  position: fixed;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 0;
  /* transition: 0.3s ease-out; */
}

#floute {
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  #overview a {
    width: -webkit-calc(12.5vw - 22.5px);
    width: -moz-calc(12.5vw - 22.5px);
    width: -o-calc(12.5vw - 22.5px);
    width: -ms-calc(12.5vw - 22.5px);
    width: calc(12.5vw - 22.5px);
  }

  #overview img {
    min-height: -webkit-calc(1.1 * 12.5vw);
    max-height: -webkit-calc(1.1 * 12.5vw);
  }
}

#toggle-bio a {
  color: black;
}

@media screen and (max-width: 830px) {
  section {
    height: 60%;
  }
  #toggle-bio p {
    padding: 0px 20px;
    font-size: 2em;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
  section {
    height: 70%;
  }
  .titles a {
    font-size: 3em;
  }

  #overview a {
    width: -webkit-calc(20vw - 24px);
    width: -moz-calc(20vw - 24px);
    width: -o-calc(20vw - 24px);
    width: -ms-calc(20vw - 24px);
    width: calc(20vw - 24px);
  }

  #overview img {
    min-height: -webkit-calc(1.1 * 20vw);
    max-height: -webkit-calc(1.1 * 20vw);
  }
}

@media screen and (max-width: 600px) {
  section {
    height: 80%;
  }
}

@media screen and (max-width: 500px) {
  section {
    height: 90%;
  }
  #toggle-bio p {
    font-size: 16px;
  }

  #overview a {
    width: -webkit-calc(100vw/3 - 27px);
    width: -moz-calc(100vw/3 - 27px);
    width: -o-calc(100vw/3 - 27px);
    width: -ms-calc(100vw/3 - 27px);
    width: calc(100vw / 3 - 27px);
  }

  #overview img {
    min-height: -webkit-calc(1.1 * 100vw/3);
    max-height: -webkit-calc(1.1 * 100vw/3);
  }
}

@media screen and (max-width: 400px) {
  section {
    height: 100%;
  }

  .img-container img {
    height: 100%;
    object-fit: contain;
    max-width: 95vw;
  }
}
