.image-padding {
  padding: 1em;
  display:table-cell;
}
.image-responsive-fill {
  width: 100%;
}
@media only screen and (max-width : 10cm) {
  .image-responsive-fill {
    width: 100%;
  }
}
@media only screen and (max-width : 20cm) {
  .image-responsive-fill {
    width: 80%;
  }
}
@media only screen and (max-width : 30cm) {
  .image-responsive-fill {
    width: 60%;
  }
}
