.option-list {
  position: relative;
}

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

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

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

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

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