.yoobic-video-block-v2 .video-grid-v2 .right {
    flex: 1;
 display: flex !important;
    align-items: stretch !important;
    padding: 0 !important;
}
section.yoobic-video-block-v2 {
    max-width: 100% !important;
    width: 100% !important;
    padding:32px 0 !important;
}
section.yoobic-video-block-v2 .container {
    padding: 0 !important;
}
section.yoobic-video-block-v2 .yb-heading {
    margin: 0 !important;
    font-family: "Lora", serif !important;
    font-weight: 700;
    color: #fff;
}
.yoobic-video-block-v2 .video-grid-v2 {
    display: flex;
    gap: 34px;
}

.yoobic-video-block-v2 .video-grid-v2 .left {
    background: #5479F7;
    border-radius: 24px;
    flex: 0 0 275px;
    padding: 28px 20px;
}
.yoobic-video-block-v2 .video-grid-v2 .left .play-icon {
    margin-bottom: 24px;
}
.yoobic-video-block-v2 .video-grid-v2 .right .video-wrap {
      position: relative !important;
    width: 100% !important;
    border-radius : 24px !important;   
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    line-height: 0 !important;
    font-size: 0 !important;
    display: block !important;
    background: #000;  
}
.yoobic-video-block-v2 .video-grid-v2 .right .video-wrap iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top !important;
}
@media screen and (max-width: 1200px) {
.yoobic-video-block-v2 .video-grid-v2 {
    gap: 20px;
}
}
@media screen and (max-width: 767px) {
.yoobic-video-block-v2 .video-grid-v2 {
    flex-direction: column;
}
.yoobic-video-block-v2 .video-grid-v2 .right .video-wrap {
    padding: 65% 0 0 0 !important;
}
}