.image-container {
  position: relative;
  overflow: auto;
}
.image-container a {
  display: block;
}
.image-container a .banner-image {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
}

.banner-body-wrapper {
  position: relative;
  height: 100px;
}
.banner-body-wrapper .banner-body {
  position: relative;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px 5px 10px;
}
.banner-body-wrapper .banner-body p.description {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
.banner-body-wrapper .banner-body a {
  margin-top: auto;
  margin-bottom: 0;
}
.banner-body-wrapper .banner-body:not(:has(p.description)) h3.title-section {
  margin-bottom: 5px;
}
.banner-body-wrapper .banner-body:not(:has(p.description)) a {
  margin-top: 0;
}
.banner-body-wrapper .banner-body:not(:has(h3.title-section, p.description)) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.banner-body-wrapper .banner-body:not(:has(h3.title-section, p.description)) a {
  margin-top: 0;
}
