#dot {
    top: 200px; 
    left: 263px;
}

@media only screen and (max-width: 615px) {
    #dot {
        left:128px;
        top:98px;
    }
}
