.sponsor-e-organizers-card {
  min-height: 200px;
  .card-body {
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    min-height: 140px;

    picture {
      display: flex;
      align-items: center;
      margin: 0;
      position: relative;
      width: auto;
      height: 80px;
      img {
        width: auto;
        height: 100%;
      }
    }
    h3 {
      margin-top: 1rem;
      a {
        text-decoration: none;
      }
    }
  }

  .icon-container {
    background-color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -16px;
    right: -16px;

    img {
      width: 18px;
      height: auto;
    }
  }
}

@media (min-width: 992px) {
  .sponsor-e-organizers-card {
    .card-body {
      flex-direction: column;
      min-height: auto;
      max-width: 500px;
      gap: 20px;

      .field--name-f-shrd-media-logo {
        width: 100%;
        height: 140px;
        > div {
          height: 100%;
          picture {
            height: 100%;
          }
        }

        img {
          height: 100%;
          width: 100%;
          position: absolute;
          object-fit: contain;
        }
      }

      h3 {
        padding-left: 0;
        padding-top: 0;
      }
    }
    .icon-container {
      display: none;
    }
  }
}
