    .gallery-row .cell {
    padding-bottom: .625rem;
    }
    .gallery-row h3 {
    margin-top: .5rem;
    margin-bottom: 0;
    line-height: 1.2;
    padding-right: 10px;
    }
    .gallery-row.video .cell {
    margin-bottom: 1.75rem;
    }
    div[class*="ratio-"] iframe {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    }
    .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: auto;
    }
    #tall-image {
    max-height: 250px;
    }
    @media screen and (min-width: 40em) {
    .image-container {
    height: 145px;
    }
    #tall-image {
    max-height: 220px;
    }
    }
    @media screen and (min-width: 64em) {
    .image-container {
    height: 219px;
    }
    #tall-image {
    max-height: 219px;
    }
    }
    .image-container img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
    }
    .article-container {
    padding-left: 0;
    padding-right: 0;
    }
    .article-container .small-12.cell {
    padding-left: 0;
    padding-right: 0;
    }
    .bg-transparent-lighter.news-container {
    background: none;
    }
    .article-container h3 {
    font-size: 1.5rem;
    }
    .bg-transparent-lighter.news-container .article-container .button-primary.full {
    background-color: #B12A1C;
    color: #fff;
    }
    .bg-transparent-lighter.news-container .article-container a.button-primary.full:hover {
    background-color: #821f14;
    color: #fff;
    }
    .rule-below {
    padding-bottom: 0;
    }