/* Styles loaded only by the API-backed category listing template. */
.comedy-category-img {
  aspect-ratio: 306 / 175;
  background-color: #111;
}

.comedy-category-img > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.comedy-category-img .comedy-poster {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#comedy-load-sentinel {
  width: 100%;
  height: 1px;
  pointer-events: none;
}
