.floatwindow {
    width: 200px;
    height: 400px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.floatwindow img {
    width: 100%;
    height: 100%;
}