@media screen {
    img {
        width: 50%;
    }
}
@media screen and (max-width: 1000px) {
    img {
        width: 100%;
    }
}