/* Hero pyramid */
.lvd-hero-pyramid .lvd-breadcrumbs  {padding:16px 40px; text-align:center;}
.lvd-hero-pyramid .lvd-title        {margin-bottom:16px;}
.lvd-hero-pyramid .lvd-keyword      {margin-bottom:8px;}
.lvd-hero-pyramid .lvd-image img    {border-radius:var(--lvd-rounded);}

/* Animation */
.lvd-hero-pyramid.lvd-animate-on-scroll img  {opacity: 0; transform: scale(0.6); transition: opacity 1.2s ease-out, transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); will-change: transform, opacity;}
.lvd-hero-pyramid.lvd-is-visible img         {opacity: 1; transform: scale(1);}

/* Bm */
@media (min-width:1px) and (max-width:767px)
{
.lvd-hero-pyramid .lvd-image        {margin-right:8px; margin-left:8px;}
.lvd-hero-pyramid                   {padding:0 24px;}
}

/* Bt */
@media (min-width:768px) and (max-width:1024px)
{
.lvd-hero-pyramid                   {padding:0 40px;}
}

/* Full HD */
@media (min-width:1025px) and (max-width:1344px)
{
.lvd-hero-pyramid                   {padding:0 40px;}
}