@media only screen and (min-width : 320px) and (max-width: 480px) {
    img {
        width: 30vw;
        margin-top: 20px;
    }
}
