.ExhibitionBannerRelated {
  position: relative;
  overflow: hidden;
}

.ExhibitionBannerRelated__Bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.ExhibitionBannerRelated__Wrapper {
max-width: 1440px;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 100%;
    z-index: 2;
    height: 100%;
    margin: 0 auto;
}

.ExhibitionBannerRelated .ExhibitionBannerRelated__Caption {
    font-size: 11.5px;
    font-weight: 600;
    font-style: italic;
    text-align: end;
    position: absolute;
    max-width: 210px;
    right: 24px;
    margin-bottom: 0px;
    bottom: 24px;
    text-shadow: 2px 2px 4px #000000;
}

.ExhibitionBannerRelated .ExhibitionBannerRelated__GradientOverlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}