.option-list {
  position: relative;
}

.option-list img {
  width: 100%;
}

.option-list a {
  position: absolute;
  left: 5%;
  width: 89%;
  height: 24%;
  display: block;
}

.option-list a:nth-of-type(1) {
  top: 0%;
}

.option-list a:nth-of-type(2) {
  top: 28%;
}

.option-list a:nth-of-type(3) {
  bottom: 20%;
}
