.p-section-half-box-gallery__box {
  align-items: flex-start;
  display: flex;
  justify-content: flex-end;
}

.p-section-half-box-gallery__gallery {
  position: relative;
  min-height: 15rem;
}

.p-section-half-box-gallery__gallery-inner,
.p-section-half-box-gallery__gallery-inner > picture {
  position: absolute;
  z-index: 10;
  inset: 0;
}

.p-section-half-box-gallery__gallery-inner {
  left: calc(var(--v-spacing-xs) / 2);
  right: calc(var(--v-spacing-xs) / 2);
}

.p-section-half-box-gallery__gallery-inner img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.p-section-half-box-gallery__slide-box-padding {
  padding-bottom: 3rem !important;
}

@media (max-width: 699px) {
  .p-section-half-box-gallery > * {
    row-gap: 0;
  }

  .p-section-half-box-gallery__gallery {
    order: 1;
  }

  .p-section-half-box-gallery__box {
    order: 2;
  }
}

@media (min-width: 700px) {
  .p-section-half-box-gallery--position-invert .p-section-half-box-gallery__box {
    justify-content: flex-start;
    order: 2;
  }

  .p-section-half-box-gallery__gallery {
    order: 1;
  }
}

@media (min-width: 1100px) {
  .p-section-half-box-gallery__slide-box-padding {
    padding-bottom: 4rem !important;
  }
}
