.lg-backdrop.in {
    opacity: 0.85;
}
.fixed-size.lg-outer .lg {
  overflow: auto;
  height: auto !important;
  max-height: 100%;
}
.fixed-size.lg-outer .lg-inner {
  background-color: #FFF;
  overflow: hidden;
  height: 470px;
  position: relative;
}
.fixed-size.lg-outer .lg-sub-html {
  position: static;
  background-color: #fff;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
  color: #FFF;
}
.fixed-size.lg-outer .lg-img-wrap {
  padding: 12px;
}
.fixed-size.lg-outer .lg-sub-html .content__block__album__list__item__title {
    font-size: 1.25em;
    font-weight: 700;
    margin: 0 0 10px;
    color: #194373;
}
.fixed-size.lg-outer .lg-sub-html .content__block__album__list__item__desc {
    color: #444444;
    margin: 0;
    font-size: 1em;
    font-weight: 400;
}
.hideDesc .lg-sub-html {
  display: none;
}

.fixed-size.lg-outer .lg-thumb-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0%, 0) !important;
}
.fixed-size.lg-outer .lg-thumb-outer .lg-icon {
  display: none;
}
.fixed-size.lg-outer .lg-actions .lg-next, .fixed-size.lg-outer .lg-actions .lg-prev {
  color: #fff;
}
.fixed-size.lg-outer .lg-actions {
  position: absolute;
  height: 470px;
  top: 0;
  left: 0;
  right: 0;
}