.field--expo-related-objects .field__items article {
    border-bottom: 0;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 !important;
    padding: 0 !important;
}

@media screen and (max-width: 767px) {
    .field--expo-related-objects .field__items article {
        padding-bottom: 20px !important;
    }
}

.field--expo-related-objects .field__items article .img__wrapper {
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .field--expo-related-objects .field__items article .img__wrapper {
        height: unset;
        justify-content: center;
        margin-block-end: 0;
    }
}

.field--expo-related-objects .field__items article .img__wrapper img {
    height: auto !important;
    max-height: 100%;
    max-width: 100%;
}

.field--expo-related-objects .field__items article .info__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media screen and (max-width: 767px) {
    .field--expo-related-objects .field__items article .info__wrapper {
        height: fit-content;
        align-items: center;
    }
}

.field--expo-related-objects .field__items article .info__wrapper>* {
    padding: 0 !important;
    margin-bottom: 0 !important;
    text-align: left;
}

.field--expo-related-objects .field__items article .info__wrapper h2.subtitle {
    margin-top: var(--margin-carousel) !important;
}

@media screen and (max-width: 1279px) {
    .field--expo-related-objects .field__items article .info__wrapper h2.subtitle {
        display: block !important;
        color: var(--white);
    }
}

@media screen and (max-width: 767px) {
    .field--expo-related-objects .field__items article .info__wrapper .subtitle-text {
        text-align: center;
    }
}

.field--expo-related-objects .field__items article .info__wrapper .date {
    display: none;
}