.image-tooltip {
    position: absolute;
    display: none;
    z-index: 1000;
}

.image-tooltip img {
    max-width: 45%;
    width: auto;
    height: auto;
}

.image-tooltip a {
    display: block;
    text-decoration: none;
}

.image-tooltip a img {
    cursor: pointer;
    display: block;
}
