/* city-manager.html PAGE SPECIFIC CSS Document */


/* Desktop: diagonal dark-blue overlay on the right side of the photo */
li.slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(14, 30, 70, 0.65),
    rgba(14, 30, 70, 0.95)
  );
  clip-path: polygon(60% 0%, 100% 0%, 100% 100%, 45% 100%);
  pointer-events: none;
}

.panel {
	height: 315px;
}