span {
    font-size: unset;
}

@media screen and (max-width:450px) {
    .main img {
        width: 100% !important;
        height: unset;
    }
}