@media screen and (max-width: 800px) {
    img{
        width: 100%;
        height: 100%;
    };
}