.tc-banner {
  display: block;
  position: relative;
  overflow: hidden;
  background: #000;
  text-decoration: none;
  color: #fff;
}
.tc-banner:hover,
.tc-banner:focus {
  text-decoration: none;
  color: #fff;
}
.tc-banner__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
.tc-banner__ad {
  position: absolute;
  top: 6px;
  left: 6px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 2px 6px;
  border-radius: 2px;
  text-transform: uppercase;
  pointer-events: none;
  line-height: 1.4;
  z-index: 2;
}
.tc-banner__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 8px 8px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 75%);
  pointer-events: none;
  display: block;
  z-index: 2;
}
.tc-banner__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 6px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  color: #fff;
}
.tc-banner__cta {
  display: inline-block;
  background: #eb0d5b;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.tc-banner:hover .tc-banner__cta {
  background: #bb0a48;
}
