.cover-photo {
  padding: 0;
  color: #fff;
  background: #21312b;
}

.cover-photo::after {
  display: none;
}

.cover-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover-photo span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 6px 8px;
  background: rgba(16, 24, 36, 0.86);
  color: #fff;
  font-size: 9px;
}
