.videoBox video {
    object-fit: cover !important;
    object-position: center !important;
    height: 250px !important;
    width: 100% !important;
    border-radius: 12px;
}

tm-ocr-photo {
    display: block;
}

.video_box {
    margin-top: 20px;
    height: 250px !important;
    width: 350px;
    margin-bottom: 10px;
}

.photoShow {
    height: 250px !important;
    width: 350px;
}

.photoShow img {
    object-fit: cover !important;
    object-position: center !important;
    height: 250px !important;
    width: 100% !important;
    border-radius: 12px;
    transform: rotateY(180deg) !important;
}

.main_container {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY( 180deg);
    font-weight: 900;
    font-size: 30px;
    color: azure;
    border: 5px solid white;
    border-radius: 10px;
    width: 80%;
    height: 80%;
    opacity: 0.8;
    z-index: 50;
}