.container{
  align-items: center !important;
align-content: center;
  text-align: center;
}
/*  */
section.container-fluid .carousel-item {
    position: relative;
    height: unset;
}
section.container-fluid .container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: unset;
}
section.container-fluid .container > div {
    height: 100%;
    width: 100%;
    bottom: unset;
    position: static;
}
section.container-fluid .container p {
    width: 100%;
    height: 100%;
}
section.container-fluid .container a {
    width: 100%;
    height: 100%;
    opacity: 0;
}