.fluid-video-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    font-weight: bold;
    font-size: 2.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fluid-video-overlay .start-session-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.fluid-width-video-wrapper .mejs__container {
    position: absolute;
    top: 0;
    left: 0;
}

.fluid-width-video-wrapper .sticky-video {
    position: fixed;
    z-index: 9999;
    width: 200px;
    height: 110px;
}

.fluid-width-video-wrapper .sticky-video.sticky-video-250 {
    width: 250px;
    height: 140px;
}

.fluid-width-video-wrapper .sticky-video.sticky-video-360 {
    width: 360px;
    height: 205px;
}

.fluid-width-video-wrapper .sticky-video.sticky-video-400 {
    width: 400px;
    height: 225px;
}

.fluid-width-video-wrapper .sticky-video.sticky-video-500 {
    width: 500px;
    height: 281px;
}

.fluid-width-video-wrapper .sticky-video.top-right {
    right: 20px;
    top: 20px;
    left: unset;
}

.fluid-width-video-wrapper .sticky-video.top-left {
    left: 20px;
    top: 20px;
}

.fluid-width-video-wrapper .sticky-video.bottom-right {
    right: 20px;
    bottom: 20px;
    left: unset;
    top: unset;
}

.fluid-width-video-wrapper .sticky-video.bottom-left {
    left: 20px;
    bottom: 20px;
    top: unset;
}

.fluid-width-video-wrapper .sticky-video.da-sticky-video-theme1 {
    background: #000;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}
.fluid-width-video-wrapper .sticky-video.da-sticky-video-theme2 {
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.fluid-width-video-wrapper .sticky-video.da-sticky-video-theme3 {
    border: 10px solid rgba(255, 255, 255, 0.3);
}
.fluid-width-video-wrapper .sticky-video.da-sticky-video-theme4 {
    border: 10px solid rgba(0, 0, 0, 0.1);
}
.sticky-video-close {
    position: fixed;
    z-index: 99999;
    border-radius: 50%;
    border: none;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.sticky-video-close.da-sticky-video-theme1,
.sticky-video-close.da-sticky-video-theme4 {
    background: #000;
    color: #fff;
}
.sticky-video-close.da-sticky-video-theme2,
.sticky-video-close.da-sticky-video-theme3 {
    background: #fff;
    color: #000;
}
.sticky-video-close.top-right {
    right: 10px;
    top: 10px;
}
.sticky-video-close.top-left {
    left: 10px;
    top: 10px;
}
.sticky-video-close.bottom-right {
    right: 10px;
}
.sticky-video-close.bottom-left {
    left: 10px;
}
.sticky-video-close.bottom-right.sticky-video-500,
.sticky-video-close.bottom-left.sticky-video-500 {
    bottom: 281px;
}
.sticky-video-close.bottom-right.sticky-video-400,
.sticky-video-close.bottom-left.sticky-video-400 {
    bottom: 225px;
}
.sticky-video-close.bottom-right.sticky-video-360,
.sticky-video-close.bottom-left.sticky-video-360 {
    bottom: 205px;
}
.sticky-video-close.bottom-right.sticky-video-250,
.sticky-video-close.bottom-left.sticky-video-250 {
    bottom: 140px;
}
