.photoviewer-modal {
  background-color: transparent;
  border-radius: 0;
  z-index: 9999;
}

.photoviewer-header .photoviewer-toolbar {
  background-color: rgba(0, 0, 0, .5);
}

.photoviewer-stage {
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .8);
  border: none;
}

.photoviewer-footer .photoviewer-toolbar {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 6px 6px 0 0;
}

.photoviewer-header {
  border-radius: 0;
}

.photoviewer-footer {
  left: 50%;
  width: auto;
  transform: translate(-50%, 0);
  white-space: nowrap;
}

.photoviewer-title {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, .9);
}

.photoviewer-button {
  color: #ccc;
}

.photoviewer-header .photoviewer-button:hover,
.photoviewer-footer .photoviewer-button:hover {
  color: white;
}