body {
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  font-family: 'Arial';
}

/**
========================================
Gallery
========================================
**/

.photo-gallery {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.photo-gallery:after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
}

.photo-gallery .photo-gallery--image {
  padding-right: 30px;
  padding-bottom: 30px;
  margin: 0;
  overflow: hidden;
  float: left;
  position: relative;
  z-index: 1;
}

.photo-gallery .photo-gallery--image a {
  border: none;
}

.photo-gallery .photo-gallery--image img {
  object-fit: cover;
  width: 130px;
  height: 130px;
}

/**
========================================
Viewer
========================================
**/