.dlc {
    position: relative;
}

img.dlc {
    position: absolute;
    z-index: 9;
}

.thumb {
    bottom: -25px;
    right: -10px;
    max-width: 65%;
}
.full-size {
    top: 25px;
    right: 25px;
    max-width: 25%;
}

