#dvd {
    position: fixed;
    width: 150px;
    top: 100px;
    left: 100px;
    z-index: 9999;
    pointer-events: none;
}

#dvd img {
    width: 100%;
    height: auto;
}