.wp-block-cover.has-chevron-background .large-video-row {
  position: relative;
}

.wp-block-cover.has-chevron-background .large-video-row::before,
.wp-block-cover.has-chevron-background .large-video-row::after {
  content: "";
  position: absolute;
  width: 182px;
  height: 309px;
  pointer-events: none;
  background-color: var(--primary-lt);

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-12 -12 298.71 491.49'%3E%3Cpath d='M112.16,217.34s0,.04.04.04h0v-.04h-.04ZM267.3,220.29l-.98-1.68L157.03,29.29l-1.89-3.29C145.85,9.92,128.07,0,108.34,0H18.21C8.14,0,0,8.16,0,18.21c0,3.12.72,6.12,2.17,8.62l110.02,190.55c5.01,8.56,7.9,18.52,7.9,29.19s-2.72,20.01-7.48,28.4L16.95,440.66c-1.44,2.49-2.17,5.5-2.17,8.62,0,10.05,8.14,18.21,18.23,18.21h92.49c19.73,0,37.49-9.92,46.76-25.98l1.91-3.31,91.98-159.32,1.72-2.95c4.67-8.14,6.84-17.42,6.84-27.3s-2.63-20.01-7.41-28.32v-.02Z' fill='none' stroke='%23fff' stroke-width='2' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-12 -12 298.71 491.49'%3E%3Cpath d='M112.16,217.34s0,.04.04.04h0v-.04h-.04ZM267.3,220.29l-.98-1.68L157.03,29.29l-1.89-3.29C145.85,9.92,128.07,0,108.34,0H18.21C8.14,0,0,8.16,0,18.21c0,3.12.72,6.12,2.17,8.62l110.02,190.55c5.01,8.56,7.9,18.52,7.9,29.19s-2.72,20.01-7.48,28.4L16.95,440.66c-1.44,2.49-2.17,5.5-2.17,8.62,0,10.05,8.14,18.21,18.23,18.21h92.49c19.73,0,37.49-9.92,46.76-25.98l1.91-3.31,91.98-159.32,1.72-2.95c4.67-8.14,6.84-17.42,6.84-27.3s-2.63-20.01-7.41-28.32v-.02Z' fill='none' stroke='%23fff' stroke-width='2' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.wp-block-cover.has-chevron-background .large-video-row::before {
  top: 0;
  right: 0;
  z-index: -1;
  transform: translate(76%, -14%);
}

.wp-block-cover.has-chevron-background .large-video-row::after {
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translate(-54%, 15%);
}

.wp-block-cover.has-chevron-background .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}

.wp-block-embed iframe {
  border-radius: 24px;
}

@media screen and (max-width: 1376px) {
  .wp-block-cover.has-chevron-background .large-video-row::before {
    transform: scale(0.7) translate(91%, -40%);
  }
  .wp-block-cover.has-chevron-background .large-video-row::after {
    transform: scale(0.7) translate(-78%, 40%);
  }
}
@media screen and (max-width: 992px) {
  .large-video-row {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .wp-block-cover .wp-block-embed {
    width: 100%;
    min-height: 200px;
  }
  .large-video-row p {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-chevron-background h2:not(.has-h-5-size-font-size) {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-cover.has-chevron-background .large-video-row::before,
  .wp-block-cover.has-chevron-background .large-video-row::after {
    width: 70px;
    height: 117px;
  }
}

/*@media screen and (max-width: 1200px) {
  .wp-block-cover.has-chevron-background .wp-block-embed.is-type-video::before {
    display: none;
  }
  .wp-block-cover.has-chevron-background .wp-block-embed.is-type-video::after {
    display: none;
  }
}*/
