/* Hero video wings */
.lvd-hero-video-wings .lvd-container      {position:relative; z-index:2;}
.lvd-hero-video-wings  .lvd-video         {border-radius:var(--lvd-rounded-md); overflow:hidden;}
.lvd-hero-video-wings  .lvd-video iframe  {border-radius:var(--lvd-rounded-md);}
.lvd-hero-video-wings .lvd-content        {padding:24px 0;}
.lvd-hero-video-wings .lvd-breadcrumbs    {padding:16px 0; font-size:var(--lvd-text-s2);}
.lvd-hero-video-wings .lvd-keyword        {margin-bottom:8px;}
.lvd-hero-video-wings .lvd-title          {margin-bottom:16px;}

/* Bm */
@media (min-width:1px) and (max-width:767px)
{
.lvd-hero-video-wings                     {padding-left: 8px; padding-right: 8px;}
.lvd-hero-video-wings .lvd-container      {gap:24px;}
.lvd-hero-video-wings .lvd-content        {padding:0 8px;}
}

/* Bt */
@media (min-width:768px) and (max-width:1024px)
{
.lvd-hero-video-wings                     {padding-left:24px; padding-right:24px;}
.lvd-hero-video-wings .lvd-content        {padding:0;}
.lvd-hero-video-wings .lvd-video, 
.lvd-hero-video-wings iframe, 
.lvd-hero-video-wings .lvd-wings-image    {align-self: center;}
}

/* Full HD */
@media (min-width:1025px) and (max-width:1344px)
{
.lvd-hero-video-wings                     {padding-left:24px; padding-right:24px;}
}