div.relative {
  position: relative;
  width: 986px;
  height: 981px;
}

.lrd img {
  transition: transform 0.15s linear;
}

.lrd :hover img {
  transform: scale(1.1);
  filter: brightness(125%);
}

.lrd  a {
  position: absolute;
  top: 432px;
  left: 343px;
  width: 274px;
  height: 275px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.buffalo img {
  transition: transform 0.15s linear;
}

.buffalo:hover img {
  transform: scale(1.1);
  filter: brightness(125%);
}

.buffalo a {
  position: absolute;
  top: 244px;
  left: 658px;
  width: 156px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chicago img {
  transition: transform 0.15s linear;
}

.chicago:hover img {
  transform: scale(1.1);
  filter: brightness(125%);
}

.chicago a {
  position: absolute;
  top: 440px;
  left: 180px;
  width: 177px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detroit img {
  transition: transform 0.15s linear;
}

.detroit:hover img {
  transform: scale(1.1);
  filter: brightness(125%);
}

.detroit a {
  position: absolute;
  top: 267px;
  left: 372px;
  width: 160px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.huntington img {
  transition: transform 0.15s linear;
}

.huntington:hover img {
  transform: scale(1.1);
  filter: brightness(125%);
}

.huntington a {
  position: absolute;
  top: 580px;
  left: 620px;
  width: 229px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.louisville img {
  transition: transform 0.15s linear;
}

.louisville:hover img {
  transform: scale(1.1);
  filter: brightness(125%);
}

.louisville a {
  position: absolute;
  top: 622px;
  left: 165px;
  width: 198px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nashville img {
  transition: transform 0.15s linear;
}

.nashville:hover img {
  transform: scale(1.1);
  filter: brightness(125%);
}

.nashville a {
  position: absolute;
  top: 808px;
  left: 375px;
  width: 188px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pittsburgh img {
  transition: transform 0.15s linear;
}

.pittsburgh :hover img {
  transform: scale(1.1);
  filter: brightness(125%);
}

.pittsburgh  a {
  position: absolute;
  top: 425px;
  left: 615px;
  width: 213px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
}