.hsu-gallery .view-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hsu-gallery .view-content li {
  display: block;
  margin: 0;
  padding: 0;
}

.hsu-gallery .view-content li img {
  border: 1px solid #adbe77;
  margin-bottom: 2rem;
  width: 100%;
  height: auto;
}

.hsu-gallery .field-collection-item-field-hsu-gallery-item {
  position: relative;
}
.hsu-gallery .field-name-field-hsu-gallery-image-title {
  position: absolute;
  padding: .5rem .75rem;
  top: 0;
  left: 0;
  line-height: 1.2;
  background: #25551b;
  color: #fff;
  z-index: 30;
}

.node-hsu-gallery .field-name-body {
  font-size: 1.5rem;
}

.hsu-gallery .colorbox {
  display: block;
  position: relative;
}
.hsu-gallery .colorbox::before {
  background: rgba(182,83,0,.7);
  color: #fff;
  display: block;
  padding: .5rem .625rem;
  position: absolute;
  font: normal normal normal 1.375rem/1 "Font Awesome 6 Free";
  content: "\f065";
  bottom: 1rem;
  left: 1rem;
  z-index: 20;
  transition: all 0.2s ease-in-out;
}

.hsu-gallery .colorbox:hover::before {
  background: rgba(182,83,0,1);
  font: normal normal normal 2.75rem/1 "Font Awesome 6 Free";
}

.hsu-gallery .colorbox img {
  display: block;
}
