#carousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#slides {
    overflow: hidden;
    position: relative;
    width: !important 100%;
    /*height: 500px;*/
}

    #slides ul {
        list-style: none;
        width: 100%;
        /*height: 500px;*/
        margin: 0;
        padding: 0;
        position: relative;
    }

    #slides li {
        width: 100%;
        /*height: 500px;*/
        float: left;
        text-align: center;
        position: relative;
        font-family: lato, sans-serif;
    }
/* Styling for prev and next buttons */
.btn-bar {
    max-width: 346px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top:20px;
}

#buttons {
    padding: 0 0 5px 0;
}

    #buttons a {
        display:inline-block;
        width:43px;
        height:43px;
    }

#buttons img:hover {
   opacity:0.5;
}

.quote-phrase {
    font-family: Outfit, sans-serif;
    font-size: 1em;
    padding: 5px 20px;
    /*font-family: 'Lato', Calibri, Arial, sans-serif;*/
}


.quote-marks {
    font-size: 30px;
    padding: 0 3px 3px;
    position: inherit;
}

.quoteContainer {
    display: table;
    width: 100%;
}

.credit {
  font-size:0.7em;
  padding-top:10px;
}
