.testi-box_img {
    position: absolute;
    left: 65px;
    top: 65px;
    border: 4px solid #a71e5c;
    border-radius: 12px;
    overflow: hidden;
    padding: 4px;
    background-color: white;
}
.testi-box_content video {
    /* border-radius: 12px;
    overflow: hidden; */

    width: 100%;
    height: 100%;
    object-fit: contain; /* keep aspect ratio, black bars where needed */
    background: black;
}
.testi-box_content  .video-wrapper {
    width: 577px;
    height: 325px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    overflow: hidden;
    border-radius: 12px;
}

.testi-box_bottom {

    margin-top: 20px;
    padding-top: 20px;

}
:fullscreen {
    overflow: visible !important;
    transform: none !important;
    position: static !important;
}

.testi-box_desig {

    position: relative;
    top: -3px;
}

.testi-box_text {
    font-size: 16px;

    margin-top: 15px;
}
.testi-box_text {
    font-size: 16px;
    margin-top: 15px;
    width: 500px;
    height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testi-box_img img {
    max-width: 70px  !important;
}
.testi-box_img {
    min-width: 70px !important;
}
@media (max-width:767px){
    .testi-box_img {

        left: 25px;
        top: 45px;
        border: 2px solid #a71e5c;
        border-radius: 8px;
        padding: 1px;
        min-width: 60px !important;
    }
    .testi-box_img img{
        width: 60px;

    }
}
