  /*** override mk036 styles ***/
/* mk036 assigns max-width, but we need to also set height: auto; to keep image proportionally */
img {
  height: auto;
  max-width: 100%;
}