.image {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.image > img {
  width: 100%;
  height: auto;
}
