.img-zoom1 {
    border-radius: 20px;
    overflow: hidden;
}
.img-zoom1 .tn-atom {
    border-radius: 20px;
    transition: transform 600ms ease-in-out;
}
.img-zoom1:hover .tn-atom {
    transform: scale(110%);
}

#allrecords .yaRatingBadgeWidget .tn-atom__html {
    width: fit-content;
    height: fit-content !important;
    background-color: #f6f6f6;
}


    iframe{
        border-radius: 20px;
    }

