@charset "utf-8";


img {
    width: 20%;
}


@media (max-width: 1000px) {

    img {
        width: 50%;
    }

}