.preview {
    position: fixed;
    margin-left: 100px;
    top: 275px;
    display: none;
    z-index: 999999;
}
.thumbnail:hover + .preview {
    display: block;
}
