section#Welcome {
    padding-top: 25px;
}

div#demo-test-gallery>a {
    width: 31%;
    margin: 1%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    background-color: #000;
}

h1.title_album {
    margin-bottom: 40px;
    letter-spacing: 3px;
    color: #2e2e2e;
    position: relative;
    font-weight: normal;
    margin-top: -12px;
    font-size: 34px;
    line-height: 46px;
    text-transform: none;
    font-family: 'Pacifico', cursive;
}

p.num_foto_album {
    display: none;
}


@media (max-width:800px)
{
div#demo-test-gallery>a {
    width: 48%;
}
}

@media (max-width:440px)
{
div#demo-test-gallery>a {
    width: 98%;
}
}

div#demo-test-gallery>a figure {
    min-height: 0px;
    margin: 0;
    margin-bottom: 0;
}















