.pswp__custom-caption {
  background: rgba(75, 150, 75, 0.75);
  font-size: 16px;
  color: #fff;
  width: auto;
  max-width: 400px;
  padding: 2px 8px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
}
.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}
.pswp__custom-pdf-slide-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.pswp__custom-pdf-slide {
  max-width: calc(100% - 200px);
  min-width: 300px;
  margin: 0 auto;
  padding: 50px 0;
  height: 100vh;
}
.pswp__custom-no-preview {
  top: 50%;
  left: 50%;
  display: inline-block;
  position: absolute;
  transform: translateX(-50%);
}
.pswp__button--print-button {
  width: auto;
  color: #fff;
  display: flex;
  align-items: center;
}
.pswp__button--print-button:hover {
  color: #fff;
}