
@media screen and(max-width: 480px) { img { border: 0; } } @media screen and(min-width: 1280px) { img { border: 1px solid red; } }