.netanyahu-hamas-connection {
  position: absolute;
  border-radius: 10%;
  padding: 2px;
  width: 14vw;
  height: 14vh;
  left: var(--l-hamas);
  top: var(--t-hamas);
  text-align: center;
  background-color: black;
}

.netanyahu-hamas-connection .nh-title {
  font-size: 0.9vw;
  font-weight: bold;
  margin-bottom: 8px;
  color: white;
  text-align: center;
  overflow: hidden
}

.netanyahu-hamas-connection .nh-images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px clamp(2px, 3vw, 20px);
  height: 70%;
}

.netanyahu-hamas-connection img {
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 50%;
  overflow: hidden;
  width: 8vh;
  height: 8vh;
}

.netanyahu-hamas-connection .nh-popup {
  display: none;
  z-index: var(--z-index-5);
  text-align: left;
  position: absolute;
  margin-top: 1vh;
  background: #fffbe6;
  border: 1px solid #888;
  padding: 1vh 2vw;
  border-radius: 8px;
  font-size: 0.9rem;
}