
rdnt-vimeo {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

rdnt-vimeo *:not(iframe){ display:none; }

rdnt-vimeo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    min-height: initial !important;
}