/* Hero cover 1.1.0 */
.lvd-hero-cover                         {position:relative;}
.lvd-hero-cover:before                  {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: rgba(97,185,244, 0.88); background-blend-mode: hard-light;}
.lvd-hero-cover .lvd-image img          {height:600px; width:100%; object-fit: cover;}
.lvd-hero-cover .lvd-content            {position:absolute; left:0; right:0; bottom:60px; color:var(--lvd-color-white);}

.lvd-hero-cover .lvd-keyword            {font-weight: 700; font-size:var(--lvd-text-body); margin-bottom:10px; text-transform:uppercase;}
.lvd-hero-cover .lvd-title              {color:var(--lvd-color-white);}
.lvd-hero-cover .lvd-text               {max-width:800px;}

.lvd-hero-cover .lvd-group-button a:first-child {margin-right:20px;}
.lvd-hero-cover .lvd-button-outlined    {border:1px solid var(--lvd-color-white); color:var(--lvd-color-white);}

.lvd-hero-cover .lvd-breadcrumbs         {margin-bottom:20px; font-size:var(--lvd-text-s2); opacity:0.6; color:var(--lvd-color-white);}
.lvd-hero-cover .lvd-breadcrumbs  a      {color:var(--lvd-color-white);}


/* Bm */
@media (min-width:1px) and (max-width:767px)
{
.lvd-hero-cover .lvd-image img          {height:540px;}
.lvd-hero-cover .lvd-content            {bottom:20px;}
}