#my-div{
    margin-left: 200px;
}

@media (max-width:1023px) {
    #my-div{
        margin-left: 1px !important;
    }
}

