@media screen and (max-width: 1000px) {
    img {
        display: none;
    }
}
