img {
width:100vw; 
height:auto;
}

.image{
    position: relative;
  }
  .image a{
    display: block;      
    position: absolute;
  }

  .wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}