/* Hero video bg stripe 1.0.0 */
.lvd-hero-videobg-stripe                         {position:relative;  height: calc(100vh - 64px); overflow: hidden; background-size: cover; background-position: center;}
.lvd-hero-videobg-stripe:before                  {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(0,0,0, 0.1) 0%, rgba(0,0,0, 0.2) 40%,rgba(0,0,0, 0.4) 80%, rgba(0,0,0, 0.6) 100%) repeat scroll 0 0; }

/* Background video styling */ 
.lvd-hero-videobg-stripe .lvd-hero-video         {position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; object-fit: cover; transform: translate(-50%, -50%); z-index: 1;}
.lvd-hero-videobg-stripe .lvd-content            {position:absolute; left:0; right:0; bottom: 20%; z-index: 2; color:var(--lvd-color-white);}
.lvd-hero-videobg-stripe .lvd-keyword            {font-weight: 700; margin-bottom:8px; text-transform:uppercase; text-shadow: var(--lvd-shadow-text);}
.lvd-hero-videobg-stripe .lvd-title              {color:var(--lvd-color-black); margin-bottom:16px; display: inline-block; max-width:60%;}

.lvd-hero-videobg-stripe .lvd-title h1, 
.lvd-hero-videobg-stripe .lvd-title h2, 
.lvd-hero-videobg-stripe .lvd-title div          {display: inline; background: rgba(255,255,255,0.8); -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px); box-shadow: 0 8px 24px rgb(43 56 87 / 8%); padding: 2px 4px; box-decoration-break: clone; /* Fundal separat pe fiecare linie */ -webkit-box-decoration-break: clone; /* Compatibilitate pentru Safari */ line-height: 1.5; /* Spațiere între linii */}
.lvd-hero-videobg-stripe .lvd-group-button a:first-child {margin-right:20px;}

.lvd-hero-videobg-stripe .lvd-button-outlined    {border:1px solid var(--lvd-color-white); color:var(--lvd-color-white);}

.lvd-hero-videobg-stripe .lvd-breadcrumbs        {margin-bottom:16px; font-size:var(--lvd-text-s2); opacity:0.9; color:var(--lvd-color-white);}
.lvd-hero-videobg-stripe .lvd-breadcrumbs  a     {color:var(--lvd-color-white);}


/* Bm */
@media (min-width:1px) and (max-width:767px)
{
.lvd-hero-videobg-stripe .lvd-image img          {height:600px;}
.lvd-hero-videobg-stripe .lvd-content            {bottom:24px;}
.lvd-hero-videobg-stripe .lvd-title              {max-width:80%;}
}