.og-gallery .og-cover{
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}
.og-gallery .og-cover--empty{
  aspect-ratio: 4 / 3;
  background: rgba(0,0,0,.05);
  width: 100%;
}
.og-gallery .og-title{
  font-weight: 600;
}
.og-gallery .og-thumb{
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  border-radius: .25rem;
}
