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

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

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