/* div for photos */
.twoInLine{
    width: 98%;
    text-align: center;
}
.twoInLine > img {
    display: inline-block;

    width: 45%;
    border-radius: 4px;
}

.photoGallery{
    width: 98%;
    text-align: center;
}
.photoGallery > img {
    display: inline-block;
    width: 22%;
    border-radius: 4px;
}

.fotosShow{
        border-radius: 7px;
}