/*
 * Figma node 16:392 — photo pair
 * Reference frame: 1920 × 648px
 */
.philosophy-photo-pair[data-node-id="16:392"] {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 648px;
  overflow: hidden;
  background: #000;
}

.philosophy-photo-pair[data-node-id="16:392"] > div {
  position: relative;
  flex: 0 0 50%;
  width: 50%;
  height: 648px;
  overflow: hidden;
}

.philosophy-photo-pair[data-node-id="16:392"] .philosophy-responsive-picture {
  display: block;
  width: 100%;
  height: 648px;
  overflow: hidden;
}

@media (min-width: 769px) {
  .philosophy-photo-pair[data-node-id="16:392"] {
    flex: none;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 1920 / 648;
  }

  .philosophy-photo-pair[data-node-id="16:392"] > div {
    height: 100%;
    min-height: 0;
    max-height: none;
  }

  .philosophy-photo-pair[data-node-id="16:392"] .philosophy-responsive-picture {
    height: 100%;
  }
}

.philosophy-photo-pair[data-node-id="16:392"] img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: none;
  object-fit: fill;
  object-position: top left;
  filter: none;
}

.philosophy-photo-pair[data-node-id="16:392"] > div:first-child img {
  height: 111.111111%;
}

.philosophy-photo-pair[data-node-id="16:392"] > div:last-child img {
  height: 197.530864%;
}
