@media screen and (max-width: 481px) {
    img{
        max-width:90vw;
    }
}