/* CTTR homepage image: show the full banner without vertical cropping */
.page_index_journal .homepage_image {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.page_index_journal .homepage_image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
}
