.Slice_Banner img {
    width: 100%;
}

.slice_content_page {
    background: #f2f2f2;
}

@media (min-width: 992px) {
    .Slice_Hero_Banner_Articles {
        // padding-top: 50px;
        // padding-bottom: 50px;
    }
}

/* initially hide BreadCrumbs, and use a CSS article to show if required. */
section.slice_BreadCrumbs {
  display:none;
  background-color: #f2f2f2;
  padding: 20px 10px 0;
  font-family: "MFred Rounded";
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width:992px) {
  section.slice_BreadCrumbs {
    font-size: 20px;
    line-height: 1.2; /* more line-height so fingers can hit the links easily */
  }
}

/* Extra styles for the mini-slide show when on an article page */
section.slice_content_page div.miniSlides div.bx-wrapper {
  margin:0 auto; 
  padding-bottom:20px;
  background-color:transparent;
}
section.slice_content_page div.miniSlides div.miniSlide_info {min-height:0;}