#dot {
    top: 235px; 
    left: 213px;
}

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