/* Video card hosted 1.0.0 */
.lvd-cm-video-card-hosted .lvd-container                   {border-radius:var(--lvd-rounded);}
.lvd-cm-video-card-hosted .lvd-video                       {border-radius:var(--lvd-rounded); overflow:hidden; width:100%;}
.lvd-cm-video-card-hosted .lvd-video video                 {border-radius:var(--lvd-rounded);}

.lvd-cm-video-card-hosted .lvd-style-card                  {box-shadow: var(--lvd-shadow-100);}
.lvd-cm-video-card-hosted .lvd-style-section               {box-shadow: none;}

/* Bm */
@media (min-width:1px) and (max-width:767px)
{
.lvd-cm-video-card-hosted                                  {margin-left:16px !important; margin-right:16px !important;}
.lvd-cm-video-card-hosted.lvd-px, .lvd-cm-video-card-hosted.lvd-pxy     {padding-left:0; padding-right:0;}
}

/* Bt */
@media (min-width:768px) and (max-width:1023px)
{
.lvd-cm-video-card-hosted                                  {margin-left:24px !important; margin-right:24px !important;}
.lvd-cm-video-card-hosted.lvd-px, .lvd-cm-video-card-hosted.lvd-pxy     {padding-left:0; padding-right:0;}  
}