.page-title h1 {
	display: inline-block;
}

.page-title:before {
  content:"";
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url('/files/public/images/tile/gallery.png');
  background-size: 100px 100px;
  margin-bottom: -10px;
  margin-right: 10px;
}

.page-gallery .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-gallery .views-row {
	margin: 10px;
	position: relative;
}

.page-gallery .caption {
  display: block; 
  padding: 0 5px 0 5px;
  width: 160px;
  height: auto;
  position: absolute;
  bottom: 0px;
  border-radius: 0 0 10px 10px;
  text-align: center;
  white-space: normal;
  color: var(--c-white);
  background-color: var(--c-black);
  opacity: 0.6;
  overflow: hidden;
}
