.winfloat {
    position: absolute;
    width: 260px;
    height: 240px;
    padding: 5px;
    z-index: 59;
    cursor: pointer;
    left: 490px;
    top: 969px;
}

.winfloat .img {
    width: 260px;
}

.winfloat .hideDiv {
    FONT-SIZE: 9pt;
    width: 40px;
    CURSOR: pointer;
    color: #e88c24;
}

@media screen and (max-width: 768px) {
    .winfloat {
        width: 120px;
    }

    .winfloat .img {
        width: 120px;
    }
}