#photo {
    margin: 1rem;
    width: 80%;
}
@media screen and (min-width: 481px) {
    #photo {
        margin: 1rem;
        width: 40%;
    }
}