@charset "utf-8";



#albumFotos #foto1 {
    width: 90%;
    height: auto;
}

#albumFotos #foto2 {
    width: 70%;
    height: auto;
}

#albumFotos #foto3 {
    width: 70%;
    height: auto;
}

#albumFotos #foto4 {
    width: 70%;
    height: auto;
}

#albumFotos #foto5 {
    width: 70%;
    height: auto;
}

#albumFotos #foto6 {
    width: 70%;
    height: auto;
}

#albumFotos #foto7 {
    width: 70%;
    height: auto;
}

@media screen and (max-width: 850px){
		
    #foto1 {
        width: 100%;
        height: auto;			
    }
    

    #albumFotos{
        width: 100%;
        height: auto;
        justify-content: center;
        margin: 2em;
    }

    
    #albumFotos img:not(:first-of-type) {			
        width: 100%;
        height: auto;    
        
    }
}