#move_ad {
    position: fixed;
    width: 250px;
    height: 156px;
    left: 0;
    top: 0;
    cursor: pointer;
    background: #2aabd2;
    z-index: 999999;
    border-radius: 10px;
}
