img {
  max-width: 100%;
  height: auto !important;
  display: inline-block;
}

.caption-image {
  /*max-width: 60%;*/
  height: auto !important;
  display: inline-block;
}

.caption-image img {
  float: none !important;
  margin: 0;
}

figure {
  display: block;
  margin: 0 0 40px;
  border: 1px solid #CCCCCC;
  padding: 8px 6px;
  text-align: center;
}

figcaption {
  clear: both;
  display: block;
  text-align: center;
  font-size: 15px;
  font-style: italic;
}

figure img {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .img-right,
  img[style="float:right"] {
    float: right;
    margin-left: 40px;
  }

  .img-left,
  img[style="float:left"] {
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 40px;
  }

  img[style="float:right"],
  img[style="float:left"] {
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
  }
}
