/* CSS for responsive image */
.s7responsiveContainer {
  width: 100%;
}

.fluidimage {
  max-width: 100%;
}

/* Responsive for all viewer except flyout with size */
.s7responsiveViewer {
  width: 100%;
  height: auto;
}

/* Override inline DM style to account for small images */
.mediaimage .full-content .s7responsiveContainer img[style],
.mediaimage .align-left .s7responsiveContainer img[style],
.mediaimage .align-right .s7responsiveContainer img[style] {
  width: auto !important;
  max-width: 100%;
}
