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

    .photos-grid {
        display: block !important;
    }
    
    .photos-grid figure {
        margin-bottom: 20px !important;
    }    
}

