.media-gallery__item-thumbnail img:not([alt]),
.audio-player__canvas:not([title]),
.video-player video:not([title]), 
.media-gallery__gifv video:not([title]),
.media-gallery__item-thumbnail img[alt=""], .audio-player__canvas[title=""], .video-player video[title=""], .media-gallery__gifv video[title=""]

 {
    /*border: 4px dashed #DD2E44;*/
    border: 8px dashed #DD2E44;
    box-sizing: border-box;
}

.status__wrapper-direct::before {
  content: "";
  background: #bb6eb9;
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
}

