.image-group {
  border: 1px solid;
  margin-bottom: 1rem;
}

.image-group.condence {
  margin-bottom: 0;
}

.image-group.condence + br {
  display: none;
}

.image-group p {
  margin: 0 !important;
  box-sizing: border-box;
}

.image-group .description {
  font-weight: bold;
  border-bottom: 1px solid;
  padding: 3px 10px;
  font-size: 14px;
}

.image-group .images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-sizing: border-box;
  margin: -1px;
}

.image-group .images img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.image-group .images .my-popup-wrapper {
  box-sizing: border-box;
  padding: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  display: flex;
  align-items: center;
}

.image-group .images .my-popup-wrapper:nth-child(2n-1) {
  border-right: 1px solid;
}

.image-group .images .my-popup-wrapper .my-popup-content img {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
