.o-tv-card {
  padding: 24px;
  background-color: #fff;
}
.o-tv-card--fit {
  width: 100%;
  height: 100%;
}
.o-tv-card--all {
  border-radius: 16px;
}
.o-tv-card--left {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.o-tv-card--right {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.o-tv-card--top {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.o-tv-card--bottom {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}