.theme-plustinum .sc-product-video {
    background: linear-gradient(180deg, #083224 0%, #86C090 173.66%), #86C090;
}

.theme-plustinum .sc-product-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36.62%;
    height: 100%;
    background: url(../img/bg-vdo-desktop.png) no-repeat;
    background-position: top left;
    background-size: 100% auto;
    pointer-events: none;
}

.theme-plustinum .sc-product-video .sc-inner {
    position: relative;
    padding: 56px 0 64px;
}

.theme-plustinum .sc-product-video .sc-heading {
    margin-bottom: 24px;
}

.theme-plustinum .sc-product-video .desc-sc {
    margin-top: 16px;
    font-size: 18px;
    line-height: 27px;
}

.theme-plustinum .sc-product-video .video-wrapper {
    border-radius: 8px;
    overflow: hidden;
    height: 423px;
}

.theme-plustinum .sc-product-video .videoPoster {
    border-radius: 0;
}

.theme-plustinum .sc-product-video .video-title .icon {
    width: 100px;
}

@media screen and (max-width: 767px) {
    .theme-plustinum .sc-product-video .sc-inner {
        padding: 40px 0;
    }

    .theme-plustinum .sc-product-video::before {
        background-image: url(../img/bg-vdo-mobile.png);
        width: 76.28%;
    }

    .theme-plustinum .sc-product-video .desc-sc {
        margin-top: 8px;
        font-size: 16px;
        line-height: 24px;
    }

    .theme-plustinum .sc-product-video .video-title .icon {
        width: 45px;
    }

    .theme-plustinum .sc-product-video .video-wrapper {
        height: 53dvw;
    }
}