ul.banner-testimonial{
    font-weight: 350;
    list-style: none;
    margin: 0 0 0 0;
    padding: 5vw 15vw 5vw 15vw;
    width: 70vw;
}

ul.banner-testimonial.blue{
    background-color: #039BE5;
    color: #F0F0F0;
}

ul.banner-testimonial.black{
    background-color: #0F1425;
    color: #F0F0F0;
}

ul.banner-testimonial li{
    display: inline-block;
    vertical-align: top;
}

ul.banner-testimonial li:nth-child(1), ul.banner-testimonial li:nth-child(2), ul.banner-testimonial li:nth-child(3), ul.banner-testimonial li:nth-child(4), ul.banner-testimonial li:nth-child(5){
	background-repeat: repeat-x;
    background-size: 3vw 3vw;
    height: 3vw;
    width: 3vw;
}

ul.banner-testimonial li:nth-child(1){
    margin: 0 0.5vw 0 25.5vw;
}

ul.banner-testimonial li:nth-child(2), ul.banner-testimonial li:nth-child(3), ul.banner-testimonial li:nth-child(4){
    margin: 0 0.5vw 0 0.5vw;
}

ul.banner-testimonial li:nth-child(5){
    margin: 0 25.5vw 0 0.5vw;
}

ul.banner-testimonial.blue li:nth-child(1), ul.banner-testimonial.blue li:nth-child(2), ul.banner-testimonial.blue li:nth-child(3), ul.banner-testimonial.blue li:nth-child(4), ul.banner-testimonial.blue li:nth-child(5), ul.banner-testimonial.black li:nth-child(1), ul.banner-testimonial.black li:nth-child(2), ul.banner-testimonial.black li:nth-child(3), ul.banner-testimonial.black li:nth-child(4), ul.banner-testimonial.black li:nth-child(5){
    background-image: url(../../images/star-icon-white.png);
}

ul.banner-testimonial li:nth-child(6) span:nth-child(1){
    display: inline-block;
    font-size: 7.5vw;
    height: 6vw;
    vertical-align: top;
    width: 4vw;
}

ul.banner-testimonial li:nth-child(6) span:nth-child(2){
    display: inline-block;
    font-size: 2vw;
    line-height: 3vw;
    padding: 2vw 0 2vw 0;
    vertical-align: top;
    width: 65vw;
}

ul.banner-testimonial li:nth-child(7){
    font-size: 1.5vw;
    font-style: italic;
    text-align: right;
    width: 70vw;
}

@media only screen and (max-device-width: 480px){
    ul.banner-testimonial{
        padding: 9vw 10vw 9vw 10vw;
        width: 80vw;
    }

    ul.banner-testimonial li:nth-child(1), ul.banner-testimonial li:nth-child(2), ul.banner-testimonial li:nth-child(3), ul.banner-testimonial li:nth-child(4), ul.banner-testimonial li:nth-child(5){
        background-size: 6vw 6vw;
        height: 6vw;
        width: 6vw;
    }

    ul.banner-testimonial li:nth-child(1){
        margin: 0 1vw 0 21vw;
    }

    ul.banner-testimonial li:nth-child(2), ul.banner-testimonial li:nth-child(3), ul.banner-testimonial li:nth-child(4){
        margin: 0 1vw 0 1vw;
    }

    ul.banner-testimonial li:nth-child(5){
        margin: 0 21vw 0 1vw;
    }

    ul.banner-testimonial li:nth-child(6) span:nth-child(1){
        font-size: 15vw;
        height: 12vw;
        width: 8vw;
    }

    ul.banner-testimonial li:nth-child(6) span:nth-child(2){
        font-size: 4vw;
        line-height: 6vw;
        padding: 4vw 0 4vw 0;
        width: 72vw;
    }

    ul.banner-testimonial li:nth-child(7){
        font-size: 3vw;
        width: 80vw;
    }
}
