.underline {
  text-decoration: underline;
}

.full-width {
  width: 100%;
}

.no-margin-top {
  margin-top: 0 !important;
}

.image-w-caption {
  position: relative;
}
.image-w-caption img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.image-w-caption .caption {
  width: 100%;
  padding: 10px;
  text-align: center;
  border: 1px solid #333;
}