.title_img {
  .img_container {
    margin: 0;
    position: relative;

    .img_rights {
      position: absolute;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, .8);
      color: $text_white;
      padding: 5px $gutter;
      margin: 0;
      font-size: .9em;
    }

    .img_info_container {
      padding: 0;
      border-bottom: 0 !important;
    }
  }
}

.no_title_img {
  height: 110px;
  background: linear-gradient(120deg, $color-accent 0%, $color-main 50%);
}