.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.portfolio-video a {
  position: relative;
  display: block;
  font-size: 10px;
}

.portfolio-video img {
  width: 50%;
  display: block;
}

.portfolio-video h3 {
  font-size: 14px;
}
.play-button {
  position: absolute;
  inset: 0;
  background: url("play.svg") center / 64px no-repeat;
  pointer-events: none;
}

.gallery-post-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}
