.photo {
    width: 250px;
    height: auto;
}
@media (max-width: 600px) {
    .desktop-break {
        display: none;
    }
}