html {
  height: 100%;
}
html body {
  background-color: #000000;
  height: 100%;
  overflow: hidden;
}

#wrap_gallery:hover .wrap-btn-prev,
#wrap_gallery:hover .gallery-header,
#wrap_gallery:hover .gallery-footer,
#wrap_gallery:hover .wrap-btn-next {
  display: block;
}
#wrap_gallery .wrap-btn-prev,
#wrap_gallery .wrap-btn-next {
  width: 100px;
}
#wrap_gallery.media .gallery-footer {
  bottom: 120px;
}

.wrap-gallery-container {
  height: 100%;
}
.wrap-gallery-container .inner {
  height: 100%;
}
.wrap-gallery-container .gallery-header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  position: absolute;
  height: 90px;
  width: 100%;
  color: #ffffff;
  padding: 10px;
  display: none;
  z-index: 20;
}
.wrap-gallery-container .gallery-header .img-name {
  font-size: 20px;
}
.wrap-gallery-container .gallery-header .img-desc {
  font-size: 16px;
  margin-top: 5px;
}
.wrap-gallery-container .gallery-footer {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
  height: 50px;
  width: 100%;
  font-size: 16px;
  padding: 24px 10px 10px 10px;
  display: none;
  z-index: 20;
}
.wrap-gallery-container .gallery-footer .agenda-name,
.wrap-gallery-container .gallery-footer .total {
  display: inline-block;
  vertical-align: bottom;
}
.wrap-gallery-container .gallery-footer .agenda-name {
  max-width: calc(100% - 105px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wrap-gallery-container .gallery-footer .total {
  width: 100px;
}
.wrap-gallery-container .gallery-item {
  display: none;
  margin: 0 auto;
}
.wrap-gallery-container .gallery-item.active {
  display: block;
}
.wrap-gallery-container .gallery-item img {
  max-width: 100%;
}
.wrap-gallery-container .gallery-item .gallery-desc {
  white-space: pre-wrap;
  word-wrap: break-word;
  height: 120px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 10px;
  margin-top: -3px;
}

.wrap-btn-prev,
.wrap-btn-next {
  display: none;
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 10;
  top: 0;
  cursor: pointer;
}

.wrap-btn-prev {
  left: 0;
}
.wrap-btn-prev:hover .btn-prev {
  color: #f5f5f5;
}

.wrap-btn-next {
  right: 0;
}
.wrap-btn-next:hover .btn-next {
  color: #f5f5f5;
}

.btn-prev,
.btn-next {
  font-size: 100px;
  width: 100px;
  height: 100px;
  line-height: 1;
  position: absolute;
  z-index: 11;
  top: 50%;
  margin-top: -50px;
  color: rgba(255, 255, 255, 0.5);
  filter: drop-shadow(-1px -1px 2px #555);
  -webkit-filter: drop-shadow(-1px -1px 2px #555);
}

.btn-prev {
  left: 25px;
}

.btn-next {
  text-align: right;
  right: 25px;
}

/*# sourceMappingURL=timeline_gallery.css.map */
