

.gallery img { /* thumbnails */
	width: 100%;
  height: auto;
}

.gallery a{ /* thumbnails */
	    padding: 10px 10px;
}
/* 
.noContentbox {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contentbox {
  display: none;
}
#loadMore {
  width: 200px;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  transition: .3s;
}
#loadMore:hover {
  text-decoration: none;
} */

