.hover-pop:hover {
  position: relative;
  z-index: 10;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
