.title-crossed h1.less {
	font-size: 30px;
}
.title-crossed h1.less {
	margin-bottom: 5px;
	text-align: center;
}
.title-crossed h1.cross {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    text-align: center;
    width: 100%;
}
/*.title-crossed h1.cross:before,*/
.title-crossed h1.cross:after {
    content: '';
    border-top: 4px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}
.title-crossed h1.cross:after {
    margin: 0 0 0 20px;
}
.row.grid {
	display: flex;
	align-items: center;
}
.row.grid img {
    width: 100%;
}
#filter {
    background: rgba(0,0,0,0.5);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    overflow:hidden;
    /*Permite que el filtro quede por debajo de todo el contenido*/
    z-index:1;
}
@media (max-width: 767px) {
    .row.grid {
        flex-wrap: wrap;
    }
}