#preview {
    position: absolute;
    display: none;
    color: #fff;
    z-index: 1041;
    max-width: 400px;
    max-height: 400px;
    background: unset;
    border: 1px solid #b5b5b5;
    box-shadow: 5px 5px 8px 2px #b7b7b7;
    background-color: #fff;
}
.image.upgrades_image {
    position: relative;
}

.image.upgrades_image a > i {
    position: absolute;
    top: 3px;
    right: 3px;
    color: grey;
}
/* @media (max-width: 768px) {
    a.sp_upgrades_preview {
        display: none;
    }
 } */