/* === Institution Page === */

.institution__logo img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    display: block;
    border-radius: 8px;
}

.institution__wide-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: unset !important;
    z-index: initial;
}

.institution__wide-banner + * {
    position: relative;
    z-index: 1;
}

.institution__wide-banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: inherit;
    object-fit: cover;
    max-height: 100%;
}
