.page-about #subheader {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../imagenes/FotografiasPeluqueria/galeria.jpeg");
    background-position: 0 1280px !important;
}



@media (max-width: 768px) {
    .page-about #subheader {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
            url("../imagenes/FotografiasPeluqueria/galeria.jpeg");
        background-position: 0 759px !important;
    }
  }

strong {
    width: auto !important;
}

.gallery-4-cols .item {
    width: 24.95% !important;
}