@charset "UTF-8";
/* CSS Document */
.responsive-image {
  width: 950px;//Any width you want to set the image to.
        max-width: 100%;
        height: auto;
}
