#bp-gif-modal {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  max-width: 400px;
  position: absolute;
  z-index: 9999;
}
#bp-gif-results img {
  width: 100px;
  margin: 5px;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.2s;
}
#bp-gif-results img:hover {
  transform: scale(1.1);
}
