.option-list {
  position: relative;
}

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

.option-list a {
  position: absolute;
  bottom: 0;
  width: 29%;
  height: 22%;
  display: block;
}

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

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

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