#bFaculties {
  position: relative;
  display: inline-block;
  width: 100%;
}
#bFaculties a {
  position: absolute;
}
#bFaculties a:nth-of-type(1) {
  left: 0;
  top: 18%;
  width: 100%;
  height: 9%;
}
#bFaculties a:nth-of-type(2) {
  left: 0;
  top: 27%;
  width: 100%;
  height: 7%;
}
#bFaculties a:nth-of-type(3) {
  left: 0;
  top: 34%;
  width: 100%;
  height: 7.5%;
}
#bFaculties a:nth-of-type(4) {
  left: 0;
  top: 42%;
  width: 100%;
  height: 9%;
}
#bFaculties a:nth-of-type(5) {
  left: 0;
  top: 51.5%;
  width: 100%;
  height: 7.3%;
}
#bFaculties a:nth-of-type(6) {
  left: 0;
  top: 59%;
  width: 100%;
  height: 8.5%;
}
#bFaculties a:nth-of-type(7) {
  left: 0;
  top: 68%;
  width: 100%;
  height: 9.5%;
}
#bFaculties a:nth-of-type(8) {
  left: 0;
  top: 78%;
  width: 100%;
  height: 8.5%;
}
#bFaculties a:nth-of-type(9) {
  left: 0;
  top: 86.5%;
  width: 100%;
  height: 11%;
}
#bFaculties a:hover {
  background: rgba(255,255,255,.3);
}