/* --- General Image Styling --- */

img {
  max-width: 100%;
  height: auto;
}

/* Rounded image styling */
.img-rounded img {
  border-radius: 50%;
}

/* --- Full Width Image for Conversation Articles --- */

.w-100 > img {
  width: 100%;
  height: auto;
}

/* --- Thumbnail Image Styling --- */

/* Minimum width for thumbnail images in person and alumni nodes */
.node--type-person .blazy--field-thumbnail img, 
.node--type-alumni .blazy--field-thumbnail img {
  min-width: 150px;
}

/* --- Centered Blazy Images --- */

/* Center alignment for blazy images */
.align-center > .blazy--field-media-image .media--blazy.media--image img,
.align-center > .blazy--field-media-image > .field__item > .media--blazy.media--image > picture > img {
  margin-left: auto;
  margin-right: auto;
}

/* Center alignment for blazy image captions */
.align-center > .blazy--field-media-image .blazy__caption,
.align-center > .blazy--field-media-image > .field__item > .blazy__caption {
  text-align: center !important;
  margin: 0 auto;
}
