body.no-scroll {
  overflow: hidden; }

.content {
  padding: 20px;
  font-size: 0; }

.gallery-photo {
  margin: 10px !important;
  display: inline-block;
  width: 190px;
  height: 190px;
  vertical-align: top;
  font-size: 0; }
  .gallery-photo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    cursor: pointer; }
    .gallery-photo img:hover {
      opacity: 0.8; }
  .gallery-photo:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  text-align: center; }
  .popup:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .popup .popup-box {
    display: inline-block;
    vertical-align: middle;
    width: 700px;
    padding: 50px;
    background: white;
    border-radius: 2px;
    box-shadow: 0 0 5px #555; }
    .popup .popup-box img {
      width: 100%; }

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