#bFaculty {
  position: relative;
  display: inline-block;
  width: 100%;
}
#bFaculty a {
  position: absolute;
}
#bFaculty a:nth-of-type(1) {
  left: 1%;
  top: 10%;
  width: 31%;
  height: 28%;
}
#bFaculty a:nth-of-type(2) {
  left: 34.5%;
  top: 10%;
  width: 31%;
  height: 28%;
}
#bFaculty a:nth-of-type(3) {
  left: 68%;
  top: 10%;
  width: 31%;
  height: 28%;
}
#bFaculty a:nth-of-type(4) {
  left: 1%;
  top: 40%;
  width: 31%;
  height: 37%;
}
#bFaculty a:nth-of-type(5) {
  left: 34.5%;
  top: 40%;
  width: 31%;
  height: 37%;
}
#bFaculty a:nth-of-type(6) {
  left: 68%;
  top: 40%;
  width: 31%;
  height: 37%;
}
#bFaculty a:nth-of-type(7) {
  left: 1%;
  top: 79%;
  width: 31%;
  height: 20%;
}
#bFaculty a:nth-of-type(8) {
  left: 34.5%;
  top: 79%;
  width: 31%;
  height: 20%;
}
#bFaculty a:hover {
  background: rgba(255,255,255,.3);
}