.responsive {
  width: 100%;
  max-width: 800px;
  height: auto;
}
img {
 display: block;
 margin-left:auto;
 margin-right: auto;
}
div.relative {
  position: relative;
  left: 66px;
}

