.shadow-type1 {
  -moz-box-shadow: 1px 1px 3px #4E6075;
  -webkit-box-shadow: 1px 1px 3px #4E6075;
  box-shadow: 1px 1px 3px #4E6075;
}

#thumbGallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

#thumbGallery .galleryItem {
  flex-basis: 23%;
  margin-bottom: 2em;
}

#thumbGallery .galleryItem img {
  width: 100%;
  border: #FFFFFF thick solid;
  border-radius: 3px;
}

.galleryItemSingle img {
  width: 100%;
}

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