@media (min-width: 75em) {
  .bp-ghosted-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    column-gap: 2.5rem; } }

@media (min-width: 75em) {
  .bp-ghosted-image .ghosted-image-title {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    position: relative;
    z-index: 1; } }

@media (min-width: 75em) {
  .bp-ghosted-image .ghosted-image-content {
    grid-column: 1 / 2;
    grid-row: 2 / 3; } }

.bp-ghosted-image .ghosted-image {
  display: none;
  opacity: 0.1;
  filter: saturate(0); }
  @media (min-width: 75em) {
    .bp-ghosted-image .ghosted-image {
      display: block;
      grid-column: 2 / 3;
      grid-row: 1 / 3;
      margin-top: -4rem; }
      .bp-ghosted-image .ghosted-image img {
        width: 100%;
        display: block; } }

@media (min-width: 75em) {
  .bp-ghosted-image.no-title {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto; } }

@media (min-width: 75em) {
  .bp-ghosted-image.no-title .ghosted-image-content {
    grid-column: 1 / 2;
    grid-row: 1 / 2; } }

@media (min-width: 75em) {
  .bp-ghosted-image.no-title .ghosted-image {
    grid-column: 2 / 3;
    grid-row: 1 / 2; } }
