#nikaTitleVideo {
    position: absolute;
    max-width: 92%;
    max-height: 100%;
    z-index: 20;
    border-radius: 250px;
}

.own-title-frame {
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    z-index: 12;
}

.own-vid-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
    mask: radial-gradient(circle, white 100%, black 100%);
}

.title-container {
    width: 70%;
    height: auto;
}