/* Wings 1.1.0 */
.lvd-cm-wings                            {position:relative;}
.lvd-cm-wings .lvd-container             {position:relative; z-index:2;}
.lvd-cm-wings .lvd-img                   {height:100%; overflow:hidden;}
.lvd-cm-wings .lvd-img img               {height: 100%; object-fit: cover;}
.lvd-cm-wings .lvd-content               {padding:32px 56px;}
.lvd-cm-wings .lvd-fit-medium            {max-width:70%;}
.lvd-cm-wings .lvd-fit-small             {max-width:50%;}
.lvd-cm-wings .lvd-keyword               {color:var(--lvd-color-black); font-weight: 700; margin-bottom:8px; text-transform:uppercase;}
.lvd-cm-wings .lvd-title                 {font-weight: 700; margin-bottom:8px; color:var(--lvd-color-black);}


/* Surface Transparent */
.lvd-cm-wings.lvd-style-transparent .lvd-cm-wings-image {position: relative; isolation: isolate; background:var(--lvd-color-bg);}

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

/* Bm */
@media (min-width:1px) and (max-width:767px)
{
.lvd-cm-wings.lvd-px, 
.lvd-cm-wings.lvd-pxy                      {padding-left:16px; padding-right:16px;}
.lvd-cm-wings .lvd-content                 {padding:24px;}
.lvd-cm-wings-image                        {order:1 !important;}
.lvd-cm-wings .lvd-fit-medium              {max-width:100%;}
.lvd-cm-wings .lvd-fit-small               {max-width:80%;}
}

/* Bt */
@media (min-width:768px) and (max-width:1024px)
{
.lvd-cm-wings .lvd-content                 {padding:60px 40px;}
.lvd-cm-wings .lvd-fit-medium              {max-width:100%;}
.lvd-cm-wings .lvd-fit-small               {max-width:80%;}
}