/* Template: category — critical.
 * Loaded by explicit branches in layouts/layout.tpl and the password head.
 */
.category-header {
  margin-bottom: 20px;
}

.category-banner {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.category-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-banner-info {
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}
