.ct-point-image {
    position: relative;
    display: inline-block;
}

.ct-point-item {
    position: absolute;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ct-point-meta {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 99999;
    padding: 20px;
    width: 400px;
}

.ct-point-item:hover .ct-point-meta {
    display: block;
}

.ct-point-image {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 100%;
}

.ct-point-image img {
  object-fit: cover;

  height: 100%;
}
