#attachment-products table {
    position: relative;
    font-size: 0.875rem;
}
#attachment-products .lcn-image {
    display: none;
    position: absolute;
    right: calc(100% + 10px);
    top: -1px;
    width: 200px;
    height: 200px;
    border: 1px solid #ccc;
    background-color: #fff;
}
#attachment-products tr:hover .lcn-image {
    display: block;
}
#attachment-products tr > td:last-of-type {
    padding: 0.5rem 0;
}
#attachment-products tr:hover .lcn-image img {
    max-width: 100%;
}