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

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