@media (max-width: 599px)
{
    /* .photos {
        gap: 10px;
        margin-top: 0;
    } */
    .photos img {
        width: 300px;
        height: 200px;
    }
    .photos img:hover{
        transform: none;
    }
}