.llvasc-video-container {
    background: var(--global-palette7);
    border-radius: 20px;
}

.stick-to-top-right .is-sticky {
    right: 20px;
    top: 150px;
	z-index: 9999;
	border-radius: 20px;
}

.stick-to-bottom-left .is-sticky {
    bottom: 20px;
    left: 20px;
    z-index: 9999;
	border-radius: 20px;
}