.hidephone {
  width: 300px;
  height: 250px;
}
@media all and (max-width: 1000px) {
    .hidephone {
        display: none;
    }
}