/* --- Gallery & News Media Square Image Styles --- */
.square-image {
  position: relative !important;
  width: 100% !important;
  padding-bottom: 100% !important; /* Makes it a square */
  overflow: hidden !important;
}
.square-image img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

