.carousel {
    height: 100%;
    max-height: 100vh;
}

.carousel h1 {
    font-size: 3rem !important
}

.carousel h2 {
    font-size: 2.2rem !important
}

.carousel h3 {
    font-size: 2.8rem !important
}

.carousel-item .parallax-container {
    width: 100% !important;
    height: 100% !important;
    max-height: 100vh !important;
    position: absolute !important;
    z-index: 0
}

.carousel-item .parallax-container:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.78);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.78) 25%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.78)), color-stop(25%, rgba(0, 0, 0, 0.78)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.78) 25%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.78) 25%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.78) 25%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.78) 25%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.carousel .container {
    height: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 10 !important
}

.carousel .container .valign {
    width: 100%
}

.carousel-fixed-item a {
    height: 70px !important;
    width: 35px !important;
    background-color: transparent !important;
    padding: 0px !important;
    box-sizing: border-box !important;
    border: 4px solid #fff; //line-height: 80px !important;
    border-radius: 80px !important
}

.carousel-fixed-item a i {
    font-size: 2rem;
    margin: 0px 0px 0 -.8px !important;
    animation-duration: 2s !important
}

.materialboxed.active {
    z-index: 10000 !important
}

@media (max-width:992px) {
    .carousel {
        height: 100%;
        max-height: 500px;
        min-height: 500px !important
    }
    .carousel-item .parallax-container {
        width: 100% !important;
        height: 100% !important;
        max-height: 500px !important;
        min-height: 500px !important;
        position: absolute !important;
        z-index: 0
    }

    .carousel .container {
        height: 100%;
        min-height: 100px;
        position: relative;
        z-index: 10 !important
    }

    .indicators{
        z-index: 1000
    }
}