@media screen and (max-width: 330px) { table tr td div { height: 60px; /*width: 60px;*/ overflow: hidden; } .products_table td img { height: 35px; border-radius: 50%; } } @media screen and (max-width: 414px) { table tr td div { height: 80px; /*width: 60px;*/ overflow: hidden; } }