.bp-row-gallery {
  position: relative;
  grid-template-rows: auto auto;
  overflow: hidden;
  height: 468px; }
  @media (min-width: 50em) {
    .bp-row-gallery {
      height: 920px; } }
  .bp-row-gallery .image-row {
    display: flex;
    gap: 1rem;
    position: absolute;
    width: 672.5px;
    left: calc(50% - 336.25px); }
    @media (min-width: 50em) {
      .bp-row-gallery .image-row {
        width: 1312px;
        left: calc(50% - 656px); } }
    .bp-row-gallery .image-row.top-row {
      top: 0; }
    .bp-row-gallery .image-row.bottom-row {
      bottom: 0; }
    .bp-row-gallery .image-row img {
      display: block;
      height: 226px; }
      @media (min-width: 50em) {
        .bp-row-gallery .image-row img {
          height: 452px; } }
    .bp-row-gallery .image-row .image-1,
    .bp-row-gallery .image-row .image-3,
    .bp-row-gallery .image-row .image-4,
    .bp-row-gallery .image-row .image-6 {
      width: 169.5px; }
      @media (min-width: 50em) {
        .bp-row-gallery .image-row .image-1,
        .bp-row-gallery .image-row .image-3,
        .bp-row-gallery .image-row .image-4,
        .bp-row-gallery .image-row .image-6 {
          width: 339px; } }
    .bp-row-gallery .image-row .image-2,
    .bp-row-gallery .image-row .image-5 {
      width: 301.5px; }
      @media (min-width: 50em) {
        .bp-row-gallery .image-row .image-2,
        .bp-row-gallery .image-row .image-5 {
          width: 603px; } }
