

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inherit;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background:  #AAC7A2 !important; /**rgba(14, 94, 225, .8);*/
    /*background:  rgba(170, 199, 162, .5);*/
    z-index: 1;
}
