.stick-to-bottom-right .is-sticky {
    position: fixed;
    right: 3px;
    bottom: 3px;
    top: auto;
    left: auto;
    z-index: 999;
    max-width: 350px;
    max-height: 200px;
    width: 350px;
    height: 200px;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	border-radius: 10px;
}

.llvasc-video-container {
    position: relative;
    background: #fff;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}