@media screen and (min-width: 450px ) and (max-width: 567px) {

    #contact-sheet img {
        border: 1px white;
        margin: 5px 5px 5px 5px;
        width: 30%;
    }
}