.tile--image {
    height: 150px;
    margin-bottom: var(--size-10);
  }
    .tile--image.bundle--icon {
      height: 80px;
    }
    .tile--image.bundle--icon img {
        -o-object-position: left;
           object-position: left;
      }
    .tile--image > * {
      height: 100%;
    }
    .tile--image img {
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
    }
  .tile--content {
  }
