div.media-gallery img:not([alt]),
.zoomable-image img:not([alt]) {
  border: 3px solid red;
transform: rotate(40deg);
}

