.QX-120340604 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    display: flex;
}
.QX-120340604 .right .vBanner-item .object{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.QX-120340604 .left {
    width: calc(50% - 40px);
    margin: 0 20px;
}

.QX-120340604 .title {
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 20px;
    color: #232323;
}

.QX-120340604 .text {
    color: #616161;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.QX-120340604 .butn {
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    font-weight: 600;
    background-color: #ffa92a;
    font-size: 0.9em;
    transition: all .3s;
}

.QX-120340604 .backstage-componet-bd {
    padding: 10px 40px;
}

.QX-120340604 .butn a {
    display: block;
    outline: none;
    color: inherit;
}

.QX-120340604 .right {
    width: calc(50% - 20px);
    margin: 0 20px 0 0;
}

.QX-120340604 .right div[data-blocksEditor-type*="phoenix_blocks"] .backstage-blocksEditor-wrapLayer .backstage-blocksEditor-btn {
    position: absolute;
    left: 0;
    top: 0;
}

.QX-120340604 .vbanner-title-json {
    display: none;
}

.QX-120340604 .right .my-video-0-dimensions.vjs-fluid {
    padding-top: 65%;
}

.QX-120340604 .vBanner-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65%;

}
.QX-120340604 .vjs-poster{
    background-size:cover; 
}
.QX-120340604 .video-js {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.QX-120340604 .vertical-center li:nth-child(n+2) {
    display: none;
}

.QX-120340604 .vButn {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    height: 80px;
    width: 80px;
    background-color: #ffa92a;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.QX-120340604 .vButn i {
    position: absolute;
    transform: rotate(-90deg) translate(50%, -50%);
    font-size: 30px;
    left: 58%;
    top: 52%;
}

.QX-120340604 .vBorder {
    position: absolute;
    border: 8px solid rgba(255, 255, 255, 0.35);
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    left: 20px;
    top: 20px;
    box-sizing: border-box;
    z-index: 3;
}

.QX-120340604 .vBorder::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}

.QX-120340604 .vBorder::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}

.QX-120340604 .video-js .vjs-tech {
    object-fit: cover;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@media screen and (max-width:1200px) {
    .QX-120340604 .text {
        line-height: 1.4;
        letter-spacing: 0;
    }
}

@media screen and (max-width:992px) {
    .QX-120340604 {
        flex-wrap: wrap;
    }

    .QX-120340604 .left {
        width: calc(100% - 40px);
    }

    .QX-120340604 .right {
        width: calc(100% - 20px);
        margin: 20px 20px 0;
    }

    .QX-120340604 .vBanner-video {
        padding-bottom: 50%;
    }

    .QX-120340604 .right .my-video-0-dimensions.vjs-fluid {
        padding-top: 50%;
    }
}

@media screen and (max-width:510px) {
   .QX-120340604  .vBanner-video {
        padding-bottom: 80%;
    }

   .QX-120340604  .right .my-video-0-dimensions.vjs-fluid {
        padding-top: 80%;
    }
}