.testimonials-container {
    width: 100%;
}

.testimonial-item {
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #CCC;
    background-color: #fff;
    border: 1px solid #efefef;
}

    .testimonial-item:first-of-type {
        margin-top: 10px;
    }

    .testimonial-item:last-of-type {
        padding-bottom: 30px;
    }

    .testimonial-item:only-of-type {
        padding-bottom: 0 !important;
        border: none !important;
    }

    .testimonial-item .testimonial-image {
        display: inline-block;
        vertical-align: top;
        width: 20%;
        line-height: 0;
        margin-right: 1%;
    }

        .testimonial-item .testimonial-image img {
            width: 100%;
        }

    .testimonial-item .testimonial-info {
        display: inline-block;
        vertical-align: top;
        width: 79%;
    }

    .testimonial-item .testimonial-info-full {
        width: 100%;
    }

    /* ===BLOCKQUOTE=== */
    .testimonial-item blockquote {
        position: relative;
        margin: 0 10px;
        text-align: justify;
        padding-top: 3px;
        padding-left: 40px;
    }

        .testimonial-item blockquote:before {
            content: "\201C"; /* left quote */
            position: absolute;
            top: 0;
            left: 0;
            font-family: arial;
            font-size: 6em;
            margin-right: 10px;
        }

        .testimonial-item blockquote p {
            padding: 0;
            margin: 0;
            color: #555;
        }

        .testimonial-item blockquote footer {
            display: block;
            color: #777;
            color: #888;
            font-size: 90%;
            line-height: 1.5;
            text-align: left;
            margin-top: 20px;
        }

            .testimonial-item blockquote footer:before {
                content: '\2014 \00A0';
            }

    .testimonial-item a.more-details-btn {
        position: relative;
        font-weight: 400;
        text-decoration: none;
        margin-top: 20px;
        transition: none;
        margin: 0 auto;
        background-color: #37424b;
        padding: 5px 10px;
        background: none;
        color: #37424b;
    }

        .testimonial-item a.more-details-btn:hover {
            color: #f00;
        }

/* YOUTUBE */
.testimonial-video {
    width: 400px;
    max-width: 400px;
    margin-top: 20px;
}

.youtube-box {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .youtube-box iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* ===MEDIA QUERIES=== */
@media only screen and (max-width:980px) {
    .testimonial-item .testimonial-image {
        width: 29%;
        margin-right: 1%;
    }

    .testimonial-item .testimonial-info {
        width: 70%;
    }
}

@media only screen and (max-width:767px) {
    .testimonial-item .testimonial-image {
        width: 39%;
        margin-right: 1%;
    }

    .testimonial-item .testimonial-info {
        width: 60%;
    }

    .testimonial-video {
        width: 100%;
    }
}

@media only screen and (max-width:500px) {
    .testimonial-item .testimonial-image,
    .testimonial-item .testimonial-info {
        width: 100%;
        margin-right: 0;
    }

    .testimonial-item .testimonial-image {
        margin-bottom: 20px;
    }

    .testimonial-item blockquote p {
        font-size: 14px; 
    }
}

@media only screen and (max-width:400px) {
    .testimonial-item blockquote:before {
        display: none;
    }

    .testimonial-item blockquote {
        padding-left: 0;
    }
}
