#cabeceraBS {
    display: flex;
    flex-direction: column;
    display: grid;
/*     grid: auto-flow dense; */
/*     grid-template-rows: .1fr 50vh max-content .2fr max-content max-content auto .05fr; */
    justify-items: center;
    align-items:center;
    height: 95vh;
/*    border: 1px solid blue;*/
}
#img-cabecera {
/*     width:100%; */
    /*height: auto;*/
    height:90vh;
    object-fit:contain;

    }
