.carousel-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  border-radius: 0;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.carousel-cell img {
  height: inherit !important;
  max-width: 100vw;
  max-height: 100vh;
}

.static-banner {
  position: absolute;
  z-index: 1;
  padding: 2px 20px;
  color: black;
}

.static-banner1 {
  font-size: 26px;
  left: 5vw;
  top: 5vh;
}

.static-banner2 {
  right: 5vw;
  bottom: 7vh;
  pointer-events: none;
}

.index-0 {
  background-color: white;
  -webkit-transition: background-color 1000ms ease;
  transition: background-color 1000ms ease;
}

.index-1 {
  background: white;
  -webkit-transition: background-color 1000ms ease;
  transition: background-color 1000ms ease;
}

.index-2 {
  background-color: white;
  -webkit-transition: background-color 1000ms ease;
  transition: background-color 1000ms ease;
}

.previous-button {
  position: absolute;
  font-family: inherit;
  top: 50vh;
  left: 5vw;
  font-size: 13pt;
  border: none;
  background: none;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  cursor: pointer;
}

.next-button {
  position: absolute;
  font-family: inherit;
  top: 50vh;
  right: 5vw;
  font-size: 13pt;
  border: none;
  background: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.vertical-line {
  position: absolute;
  height: 4vh;
  width: 1px;
  border-right: solid 1px black;
  bottom: 0;
  right: 50vw;
}

.project-info {
  position: absolute;
  left: 5vw;
  bottom: 7vh;
  z-index: 2;
  font-family: inherit;
}

.client {
  font-size: 25pt;
  font-weight: bold;
  margin-bottom: 10px;
}

.project {
  margin: 0;
  font-size: 13pt;
}

.year {
  margin: 0;
  font-size: 13pt;
  right: 5vw;
  bottom: 7vh;
  pointer-events: none;
}

@media only screen and (max-width: 425px) {
  .project-info {
    display: none;
  }
  .year {
    display: none;
  }
}

.view-project {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  font-size: 13pt;
  bottom: 7vh;
}

.view-project p {
  margin-bottom: 0;
  margin-top: 10px;
}

.view-project div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.no-pointer {
  pointer-events: none;
}
/*# sourceMappingURL=slider.css.map */