/*
.pswp__caption {
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 12px 16px;
  font-size: 14px;
  text-align: center;
}
*/

.pswp__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /*padding: 12px 16px;*/
  /*background: rgba(0, 0, 0, 0.6);*/
  color: #fff;
  /*font-size: 14px;*/
  text-align: center;


  padding: 24px;
  font-size: 15px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  /*background: rgba(90, 166, 180, 0.75);*/
  background: rgba(62, 96, 123, 0.85);

}

/*
.pswp-caption-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.pswp-caption-spacer {
  flex: 1 1 auto;
}

.pswp-custom-caption {
  padding: 24px;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.15);
}


@media (max-width: 768px) {
  .pswp-caption-panel {
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 45%;
  }

  .pswp-caption-spacer {
    display: none;
  }
}

*/