@media (max-width: 600px) {
  .mywork {
    width: 300px;
    background-color: red;
  }
}
