.item-rows-group {
  width: 575px;
  height: 676px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  img:hover {
    cursor: pointer;
  }
}
#viewer {
  padding: 20px;
  width: 100%;
  height: 100%;
  border: none;
  background: rgba(0, 0, 0, 0.7);
  color: white;

  .popover_wrapper {
    width: 100%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    img {
      width: 30%;
    }
  }
}
