
/* indicate images without a description */
.media-gallery__item-thumbnail img:not([alt]) {
    border: 2px solid red;
}

