img {
    top: 0;
    right: 0;
    position: absolute;
}
@media screen and (max-width: 1000px) {
    img {
        top: 500px;
        left: 0;
    }
}