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


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