body {
    width: 100%;
    height: auto;
}

#galeria {
    background-color: white;    
}

@media screen and (max-width: 768px) {
    body {
        width: 100%;
        height: auto;
    }
    
    #galeria {
        background-color: white;    
    }
}