/* Text wings */
.lvd-cm-text-wings                            {position:relative;}
.lvd-cm-text-wings .lvd-container             {position:relative; z-index:2;}
.lvd-cm-text-wings .lvd-content               {padding:16px 56px 16px 0;}
.lvd-cm-text-wings .lvd-intro                 {margin-bottom:16px;}
.lvd-cm-text-wings .lvd-keyword               {margin-bottom:8px;}
.lvd-cm-text-wings .lvd-title                 {margin-bottom:16px;}

/* Animation */
.lvd-cm-text-wings.lvd-animate-on-scroll .lvd-content,
.lvd-cm-text-wings.lvd-animate-on-scroll .lvd-cm-text-wings-details {opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease;}
.lvd-cm-text-wings.lvd-is-visible .lvd-content                      {opacity: 1; transform: translateY(0);}
.lvd-cm-text-wings.lvd-is-visible .lvd-cm-text-wings-details        {opacity: 1; transform: translateY(0); transition-delay: 0.2s;}

/* Bm */
@media (min-width:1px) and (max-width:767px)
{
    .lvd-cm-text-wings                          {padding-left:16px; padding-right:16px;} 
    .lvd-cm-text-wings .lvd-content             {padding:0 0 16px 0;} 
    .lvd-cm-text-wings-details                  {margin-top:24px;}
}

/* Bt */
@media (min-width:768px) and (max-width:1024px)
{
    .lvd-cm-text-wings .lvd-container           {padding:40px 24px;}
    .lvd-cm-text-wings .lvd-content             {padding-right: 32px;}
}

/* Full HD */
@media (min-width:1025px) and (max-width:1344px)
{
    .lvd-cm-text-wings .lvd-container           {padding-left:24px; padding-right:24px;}
}