.lightbox-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
}

a {
  outline: 0;
  text-decoration: none!important;
}

.no-gutters {
  padding-right: 8px;
  padding-left: 8px;
  margin-left: auto;
  margin-right: auto;
}

.img-fluid, .img-thumbnail {
  max-width: 98%;
  height: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #000000;
  box-shadow: 8px 8px 12px #222222;
}

.section-borders {
  border-color: #000000;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  margin-left: 8px;
  margin-right: 8px;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding: 8px 2px;
  /*padding-left: 8px;*/
  /*padding-top: 8px;*/
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#lightbox {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #6695a9;
}

