/* Colors */
/* SCSS */
.lightbox-gallery a {
  text-decoration: none; }
  .lightbox-gallery a:focus {
    outline: 0; }

.mfp-bg {
  background: transparent; }

.mfp-container {
  width: 80%;
  left: 50%;
  transform: translateX(-50%); }
  .mfp-container button:focus {
    outline: 0; }
  .mfp-container .mfp-counter {
    display: none; }
  .mfp-container .mfp-title {
    font-family: "Solido Constricted";
    font-weight: 400;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 15px;
    background-color: #eee;
    color: black; }
  .mfp-container .mfp-content {
    margin-top: 5vh;
    margin-bottom: 5vh; }
    .mfp-container .mfp-content .mfp-figure .mfp-img {
      padding: 40px;
      background-color: #eee;
      max-height: 90vh !important; }
    .mfp-container .mfp-content .mfp-figure .mfp-bottom-bar {
      background: initial; }
    .mfp-container .mfp-content .mfp-figure .mfp-close {
      right: 0;
      padding-right: 11px;
      cursor: pointer;
      color: black; }
    .mfp-container .mfp-content .mfp-figure::after {
      box-shadow: none; }
  .mfp-container .mfp-arrow.mfp-arrow-left::after {
    margin-left: 16px;
    border-right: 17px solid black; }
  .mfp-container .mfp-arrow.mfp-arrow-left::before {
    border-right: none; }
  .mfp-container .mfp-arrow.mfp-arrow-right::after {
    margin-left: 55px;
    border-left: 17px solid black; }
  .mfp-container .mfp-arrow.mfp-arrow-right::before {
    border-left: none; }

@media screen and (max-width: 768px) {
  .mfp-bg {
    background: #eee;
    opacity: 1; }

  .mfp-container {
    width: 100%;
    left: 0;
    right: 0;
    transform: translateX(0); }

  .mfp-close {
    position: fixed;
    height: 50px;
    line-height: 50px;
    font-size: 50px; } }

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