.bp-video-embed {
  position: relative;
  width: min(100%, 900px);
  margin: 1.5rem auto 2rem;
  padding-bottom: min(56.25%, 506px);
  height: 0;
  overflow: hidden; }

.bp-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.bp-geometry-row {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 1rem;
  align-items: start;
  margin: 1.5rem 0; }

.bp-geometry-main img, .bp-geometry-triptych img {
  display: block;
  width: 100%;
  height: auto; }

.bp-geometry-triptych {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem; }

.bp-geometry-card {
  min-width: 0; }

.bp-geometry-caption {
  margin-top: 0.45rem;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.25;
  overflow-wrap: anywhere; }

@media (max-width: 900px) {
  .bp-geometry-row {
    grid-template-columns: 1fr; } }
@media (max-width: 640px) {
  .bp-geometry-triptych {
    grid-template-columns: 1fr; } }
