#section-our-customers {
    position: relative;
}

    #section-our-customers .carousel-indicators {
        justify-content: left;
    }

        #section-our-customers .carousel-indicators li {
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            width: 14px;
            height: 14px;
            margin-right: 3px;
            margin-left: 3px;
            text-indent: -999px;
            cursor: pointer;
            background-color: #fff;
            background-clip: padding-box;
            border-radius: 50% !important;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            opacity: .5;
            -webkit-transition: opacity 0.6s ease;
            transition: opacity 0.6s ease;
        }

        #section-our-customers .carousel-indicators .active {
            background-color: #FFC20E;
        }

    #section-our-customers .carousel-inner {
        background: url('../../Images/default/section-our-customers.png');
        background-color: rgba(0,0,0,0.8);
        background-blend-mode: hue;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 500px;
        height: 100%;
    }

    #section-our-customers .carousel-caption {
        position: initial;
        padding-top: 150px;
    }

    #section-our-customers .main-text.hidden-xs {
        position: absolute;
        top: 75px;
        width: 96%;
        color: #fff;
    }

    #section-our-customers .col-comment {
        padding: 0px 50px;
    }

    #section-our-customers .customer-comment {
        padding: 0px 20px;
    }

    #section-our-customers .customer-name {
        padding: 0px 20px;
    }
