/* src/components/image/src/components/image/styles.module.css */
@layer ddsweb-organisms {
  @layer ddsweb-one-tile {
    .fda9c8_dUMb6G_imageContainer {
      text-align: center;
      display: block;
    }
    .fda9c8_dUMb6G_imageMargin {
      margin: var(--ddsweb-theme-spacing-sm);
    }
    .fda9c8_dUMb6G_baseImage {
      width: 84px;
      height: 84px;
    }
    .fda9c8_dUMb6G_portrait {
      aspect-ratio: 4 / 5;
      height: 100px;
    }
    @media (width >= 756px) {
      .fda9c8_dUMb6G_orientationVertical {
        width: 135px;
        height: 135px;
        margin-bottom: var(--ddsweb-theme-spacing-md);
      }
      .fda9c8_dUMb6G_orientationVerticalPortrait {
        width: 135px;
        height: 170px;
        margin-bottom: var(--ddsweb-theme-spacing-md);
      }
    }
  }
}


/*# sourceMappingURL=a7734c6338e378575d5c.css.map*/