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

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