/* Zeeuws Reels – super simple */

.zrs-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius:10px;
}
.zrs-item > video {
  width: 100%;
  height: auto;
  display: block;
  background: #000;
  border-radius: 12px;
}
figcaption.zrs-cap {
  position: relative;
  margin: 0;
  padding: 15px;
  color: #373f43;
  font-size: 50px;
  font-weight: bold;
  font-family: 'NotoSans Black';
  font-style: normal;
}