@media screen and (max-width: 425px) {

body{
    word-wrap: break-word;
    
}
img{
    width: 100%;
}
}