/* --- Video wings modal  --- */
.lvd-cm-video-wings-modal                            {position:relative;}
.lvd-cm-video-wings-modal .lvd-container             {position:relative; z-index:2;}
.lvd-cm-video-wings-modal-image                      {position:relative;}
.lvd-cm-video-wings-modal .lvd-img                   {height:100%; overflow:hidden;}
.lvd-cm-video-wings-modal .lvd-img img               {height: 100%; object-fit: cover;}
.lvd-cm-video-wings-modal .lvd-content               {padding:32px 56px;}
.lvd-cm-video-wings-modal .lvd-fit-medium            {max-width:70%;}
.lvd-cm-video-wings-modal .lvd-fit-small             {max-width:50%;}
.lvd-cm-video-wings-modal .lvd-keyword               {margin-bottom:8px;}
.lvd-cm-video-wings-modal .lvd-title                 {margin-bottom:16px;}
.lvd-cm-video-wings-modal .lvd-microcopy             {font-size: var(--lvd-text-s2); font-weight:700; margin-top:16px; color:var(--lvd-color-tertiary);}

.lvd-cm-video-wings-modal .lvd-play-button           {width:48px; height:48px; border-radius:24px; text-align:center; line-height:48px; font-size:24px; background:rgba(255,255,255,0.9); box-shadow: var(--lvd-shadow-300); position:absolute; top: calc(50% - 24px); left: calc(50% - 24px); display: flex; flex-direction: row; justify-content: center; align-items: center; transition: all .2s ease-in-out;}
.lvd-cm-video-wings-modal .lvd-play-button:hover     {transform: scale(1.1);}
.lvd-cm-video-wings-modal .lvd-play-button span      {color:var(--lvd-color-black); margin-right:-3px; }

.lvd-cm-video-wings-modal .lvd-video-cta             {position:absolute; top: calc(50% + 40px); left: 0; right:0; display: flex; flex-direction: row; justify-content: center; align-items: center; }   
.lvd-cm-video-wings-modal .lvd-video-cta span        {background:rgba(0,0,0,0.9); box-shadow: var(--lvd-shadow-300); color: var(--lvd-color-white); border-radius:4px; padding:4px 8px; font-weight:700; font-size:var(--lvd-text-s1);}    

/* Animation */
.lvd-cm-video-wings-modal.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-video-wings-modal.lvd-is-visible img         {opacity: 1; transform: scale(1);}


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

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