@media screen {
img {
  height:auto!important;
  max-width:100%!important;
  height:auto;
}

@-moz-document url-prefix() { 
  .csc-textpic-image img {
     width:100%
  }
}
}