.uc-rotate-video iframe {
    transform: rotate(90deg); /* Поворот на 90 градусов */
    transform-origin: center center;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}