section.text-content img {
  max-width: 100% !important;
  height: auto !important;
}
section.text-content figure.wp-caption, section.text-content picture.size-full {
  margin: 0;
  padding: 0;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}
section.text-content figure.wp-caption.alignright, section.text-content picture.size-full.alignright {
  margin-left: 30px;
  margin-bottom: 30px;
  width: 45% !important;
  float: right !important;
}
section.text-content figure.wp-caption.alignleft, section.text-content picture.size-full.alignleft {
  margin-right: 30px;
  margin-bottom: 30px;
  width: 45% !important;
  float: left !important;
}
section.text-content figure.wp-caption.aligncenter, section.text-content picture.size-full.aligncenter {
  margin: 0 auto;
  width: 50% !important;
}
section.text-content figure.wp-caption .wp-caption-text, section.text-content picture.size-full .wp-caption-text {
  background-color: var(--light-grey);
  font: var(--small-font);
  padding: 15px;
  margin-top: -5px;
}
section.text-content .content-image {
  margin-bottom: 30px;
}