    #quote-carousel .item blockquote p {
        background-color: #eee;
        font-size: 13px;
        padding: 15px;
        line-height: 20px;
        color: #9aa7af;
    }

    #quote-carousel blockquote {
        border-left: none;
    }

    #quote-carousel {
        /*padding: 0 10px 30px 10px;*/
        /*margin-top: 30px 0px 0px;*/
        height: auto;
    }

        #quote-carousel blockquote {
            padding: 0px;
        }

        #quote-carousel .carousel-inner .item {
            background-color: rgba(0, 0, 0, 0);
            height: auto;
        }

        /* Control buttons  */
        #quote-carousel .carousel-control {
            background: none;
            color: #222;
            font-size: 2.3em;
            text-shadow: none;
            /* margin-top: 30px; */
            position: absolute;
            height: 37px;
        }
            /* Previous button  */
            #quote-carousel .carousel-control.left {
                left: 188px;
                top: 120px;
            }
            /* Next button  */
            #quote-carousel .carousel-control.right {
                right: -12px !important;
                top: 120px;
            }
        /* Changes the position of the indicators */
        #quote-carousel .carousel-indicators {
            right: 50%;
            top: auto;
            bottom: -50px;
            margin-right: -19px;
        }
            /* Changes the color of the indicators */
            #quote-carousel .carousel-indicators li {
                background: #c0c0c0;
            }

            #quote-carousel .carousel-indicators .active {
                background: #461d7c;
            }

        #quote-carousel img {
            width: 250px;
            height: 100px;
        }