.page-node-type-article .chapter-hero__img img {
    height: 350px !important;
    object-fit: contain;
}

/*MB - restyle topic tags*/

.chapter-hero__topic a:first-child {
    margin-left: 0px;
}
.chapter-hero__topic a {
    border: 1px solid;
    font-size: .75rem;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 400;
}

.chapter-hero__topic ul li:after {
   margin-left: 0px;
   margin-right: .5rem;
   display: none !important;
   border: none;
}

.page-node-type-article .layout--twocol-section .layout__region--second span { 
	 display:none;
}

.chapter-hero__topic ul li {
    margin-left: .25rem;
    margin-right: .25rem;
}