/* 
article.info {
  max-width: 300px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}

.swiper-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
}

.swiper-container figure {
  margin: 0px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
} */

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  display: flex;
  margin: 0;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  background: white;
}

.swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  margin-top: -8px;
}

figcaption {
  position: absolute;
  bottom: 0px;
  background: white;
  width: 100vw;
  padding: 12px 0;
}

figcaption * {
  font-family: "FolioBkBT", Arial, Helvetica, sans-serif;
}

.caption-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.caption-inner:first-child {
  padding-left: 30px;
}

.caption-inner:last-child {
  padding-right: 30px;
}

#close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 20px;
  width: 35px;
  height: 27px;
  background: white;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  z-index: 99;
}

#close-button span {
  font-family: "FolioBkBT", Arial, Helvetica, sans-serif;
  /* font-size: 16px; */
  font-weight: normal;
  margin-top: 5px;
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0;
  width: 30vw;
  height: 100vh;
  top: 0;
  margin-top: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next:hover {
  cursor: e-resize;
}

.swiper-button-prev:hover {
  cursor: w-resize;
}

.plyr__controls {
  display: none;
}
