.testimonial_slider-layout .testi-item_image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: max(0.5rem, calc(0.5 * var(--su)));
    aspect-ratio: 3 / 4;
    background: rgba(var(--dc-white-rgb), 0.1);
}

.testimonial_slider-layout .testi-item_image  img{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.testimonial_slider-layout .testi-item_card {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    gap: max(1.5rem, calc(1.5 * var(--su)));
    padding: max(1.5rem, calc(1.5 * var(--su)));
    border-radius: max(0.5rem, calc(0.5 * var(--su)));
    color: var(--dc-black);
}

.testimonial_slider-layout .testi-item_card:not(.testi-item_card-video){
	padding-bottom: max(3rem, calc(3.125 * var(--su)));
}

.testimonial_slider-layout .testi-item_card-orange {
    background: var(--dc-orange);
}

.testimonial_slider-layout .testi-item_card-black {
    background: var(--dc-black);
    color: var(--dc-white);
}

.testimonial_slider-layout .testi-item_card-orange .pk-button {
    background-color: var(--dc-black);
    border-color: var(--dc-black);
    color: var(--dc-white);
}

.testimonial_slider-layout .testi-item_quote {
    font-family: var(--pk-heading-font-family);
    font-size: var(--desktop-body-xl);
    line-height: var(--pk-heading-line-height);
    margin: 0;
}

.testimonial_slider-layout .testi-item_person {
    display: flex;
    align-items: center;
    gap: max(0.75rem, calc(0.75 * var(--su)));
}

.testimonial_slider-layout .testi-item_avatar {
    width: max(2.5rem, calc(2.5 * var(--su)));
    height: max(2.5rem, calc(2.5 * var(--su)));
    margin: 0;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial_slider-layout .testi-item_person-copy {
    display: flex;
    flex-direction: column;
}

.testimonial_slider-layout .testi-item_name {
    font-family: var(--pk-text-font-family);
    font-weight: 700;
}

.testimonial_slider-layout .testi-item_function {
    font-size: var(--desktop-body-xs);
    opacity: 0.8;
}

.testimonial_slider-layout .testi-item-video {
    position: relative;
    height: 100%;
}

.testimonial_slider-layout .testi-item-video .testi-item_card-video .testi-item_quote{
	font-family: var(--pk-text-font-family);
	font-size: var(--desktop-body-md);
	line-height: 1.5;
}

.testimonial_slider-layout .testi-item-video .testi-item_card-video {
    position: absolute;
    left: max(1rem, calc(1 * var(--su)));
    right: max(1rem, calc(1 * var(--su)));
    bottom: max(1.5rem, calc(1.5 * var(--su)));
    height: auto;
    background: var(--dc-white);
    color: var(--dc-black);
    gap: max(1rem, calc(1 * var(--su)));
}

.testimonial_slider-layout .testi-item-video .pk-button{
	width: 100%;
	justify-content: center;
}

.testimonial-video-dialog .dialog-wrapper {
    aspect-ratio: 16 / 9;
    padding: 0;
}

.testimonial-video-dialog .dialog-wrapper iframe {
    width: 100%;
    height: 100%;
}
