/* Make CMS page images responsive */
#PageContainer .wrapper-slideshow img {
  object-fit: contain;
  height: inherit;
}


#PageContainer .main-content img {
  max-width: 100%;
  height: auto;
}