@media screen and (max-width: 850px){

    #photos img{
        margin: 1.5em;
        border: solid 0.2em white;
        height: 10em;
        object-fit: cover;
        width: 200em;
    
    }
}