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


/*# sourceMappingURL=7c415d6a7dac2b2e91de.css.map*/