.projects[data-astro-cid-vepcujn6] {
  display: flex;
  flex-direction: column;
}

.projects-gallery[data-astro-cid-vepcujn6] {
  display: flex;
  flex-direction: column;
}

.projects-gallery-item[data-astro-cid-vepcujn6] {
  display: flex;
  flex-direction: column;
  gap: var(--layout-space-50);
  padding-right: var(--layout-space-25);
}

.projects-gallery-item-header[data-astro-cid-vepcujn6] {
  display: flex;
  flex-direction: row;

  & > [data-astro-cid-vepcujn6]:first-child {
    flex-grow: 1;
    flex: 1;
  }
}

picture[data-astro-cid-vepcujn6] {
  display: block;
  flex-grow: 1;
  position: relative;
  width: calc(100% + var(--layout-space-25) * 1.5);
  left: calc(-1 * var(--layout-space-25));
  top: calc(-.75 * var(--layout-space-25));
  z-index: -1;
}

img[data-astro-cid-vepcujn6] {
  aspect-ratio: 2;
  width: 100%;
  object-fit: cover;
  object-position: center right;
  pointer-events: none;
}
