.small-block-links {
  .center-image-card {
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 0.2rem;
    height: 100%;
    align-items: center;
    justify-content: center;
    border: 8px solid $white;
    background: $white;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);

    .img-link svg {
      position: absolute;
      z-index: 2;
      top: 4px;
      right: 4px;
    }

    .volto-image.responsive img,
    .img-skeleton {
      width: auto;
      max-width: 100%;
      object-fit: contain;
    }

    .img-skeleton {
      height: 80px;
    }
    @media (max-width: #{map-get($grid-breakpoints, sm)}) {
      height: unset;
    }
  }

  .title {
    margin-bottom: 60px;
  }
}
