/* Image Video Testimonial Block Styles */

.ivt-card {
    border-radius: 1.5rem;
}

.ivt-video {
    border-radius: 1.5rem;
}

.ivt-video-full {
    border-radius: 1.5rem;
}

.ivt-video-full iframe {
    border-radius: 1.5rem !important;
}

.ivt-placeholder-img {
    border-radius: 1.5rem;
}

.ivt-main-img {
    border-radius: 1.5rem;
}

.ivt-meta-bar {
    font-style: normal;
}

@media (max-width: 600px) {
    .ivt-meta-bar .ivt-name {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 500;
    }
    .ivt-meta-bar .ivt-title {
        font-size: 1.125rem;
        line-height: 1.625rem;
        font-weight: 300;
    }
}