
#galeria .titulo{
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
    color: #C19035;
}
.first-img img{
    width: 100%;
}
.titulo{
    margin-top: 60px;
    vertical-align: bottom;
    position: relative;
}           
.titulo span{
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom:0;
}
#galeria a{
    max-height: 185px;
    overflow-y: hidden;
    display: inline-block;
}
@media (max-width: 767px) {

}
@media (max-width: 991px) AND (min-width: 768px) {
}
@media (min-width: 992px) AND (max-width: 1200px){
}
@media (min-width: 1201px) {
}