.qodef-testimonials {

    &.list {
        @include ipad-landscape {
            .qodef-testimonial-content {
                width: 50%;
                &:nth-child(3n+1) {
                    clear: none;
                }
                &:nth-child(2n+1) {
                    clear: both;
                }
                &:nth-child(6n+1) {
                    clear: both;
                }
            }
        }
        @include phone-landscape {
            .qodef-testimonial-content {
                width: 100%;
            }

        }
    }
    &.standard {
        @include phone-landscape {
            .qodef-testimonial-content-inner {
                padding: 0;
            }
        }
    }
}

@include phone-portrait {
    .qodef-testimonials-holder .owl-buttons {
        display: none;
    }
}