 #gallery img{
    width:30%;

}

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

    #gallery img{
        width:100%;
    
    }

}