#jurnal {
  position: relative;
  display: inline-block;
  width: 100%;
}
#jurnal a {
  position: absolute;
}
#jurnal a:nth-of-type(1) {
  left: 0;
  top: 45%;
  width: 72%;
  height: 14%;
}
#jurnal a:nth-of-type(2) {
  left: 0;
  top: 60%;
  width: 72%;
  height: 14%;
}
#jurnal a:hover {
  background: rgba(255,255,255,.3);
}