@media screen and ( max-width: 1024px ) { img.responsive { width: 200px; } } @media screen and ( min-width: 1025px) { img.responsive { width: 300px;} } img.responsive { height: auto; }