/*
 * TODO make sure images are responsive INSIDE blocks of HTML delivered from SharePoint
 * this CSS is the definition of .img-responsive from Bootstrap 3.
 * need to investigate the definition of its replacement .img-fluid in Bootstrap 4
 * and adjust this rule as needed
 */
.faqBody img {
    max-width: 100%;
    height: auto !important;
    display: block;
}