.banner.exhibition.stretch {
    max-width: 40%;
    width: auto;
    height: auto;
}

.banner.exhibition.stretch img {
    display: block;
    max-width: none;
}

.banner.exhibition.stretch .loud {
    margin: 0;
    padding: .75rem;
    color: #FFF;
    border-top: 4px solid #B40015;
    background: #EE032E;
}

.banner.exhibition.stretch a {
    color: #FFF;
    text-decoration: underline;
}

.banner.exhibition.stretch span {
    display: block;
    margin: 0 0 .25rem;
    font-size: 1.125rem;
    font-weight: bold;
}

.banner.exhibition.stretch p {
    margin: 0;
}

h3.blue-line {
    margin: 1rem 0;
    color: #0078F0;
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid #0078F0;
}

ul.checked li {
    padding-left: 0 !important;
}

ul.checked li::before {
    display: none !important;
}

ul.checked li p {
    padding-left: 1.75rem;
}

ul.checked .icon {
    display: inline-block;
    padding-left: 1.75rem;
    padding-right: 0.25rem;
    margin-bottom: 0.25rem;
    font-weight: bold;
    line-height: 24px;
    background: #FFF url(../../media/icon-checked.png) no-repeat left center;
}