.cw-city-banner {
  position: relative;
  width: 100%;
  min-height: 180px;
  border-radius: 14px;
  overflow: hidden;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cw-city-banner-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 14px 16px;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.6),
    rgba(0,0,0,0)
  );
}

.cw-city-banner-overlay h2 {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
}

@media (max-width: 600px) {
  .cw-city-banner {
    min-height: 140px;
  }
}
