Thanks, thanks bro, i’ve made it, i created two different queries.
@media only screen and (max-width:480px) {
.adsng-cover img {
margin-left: -30px;
margin-bottom: 40px;
width: 310px;
height: 310px;
}
}
@media only screen and (min-width:480px) {
.adsng-cover img {
margin-left: 0px;
margin-bottom: 40px;
width: 310px;
height: 310px;
}
}
So many thanks.