#spa-container {
    position: relative;
    width: 100%;
    height: 100%;
    /* -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px; */
}

/* Absolute Center Spinner */

.spa-loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.spa-loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff69;
}

[carousel-caption="true"] {
    word-break: break-word;
}