/* Profile 1.0.0 */
.lvd-profile-hero .lvd-container        {border-radius:var(--lvd-rounded); padding:40px 60px; background:var(--lvd-color-primary-surface);}
.lvd-profile-image                      {width:200px;}
.lvd-profile-image img                  {width:200px; height: 100%; object-fit: cover; border-radius:100px;}
.lvd-profile-details                    {width: calc(100% - 240px);}
.lvd-profile-hero .lvd-title            {font-weight:700; margin-bottom:10px; color:var(--lvd-color-black);}
.lvd-profile-hero .lvd-job-title        {margin-bottom:20px; font-size:var(--lvd-text-h5); color:var(--lvd-color-gray-400);}
.lvd-profile-hero .lvd-breadcrumbs      {font-size:var(--lvd-text-s1); margin-bottom:20px;}
.lvd-profile-hero li                    {margin-bottom:8px;}
.lvd-profile-sm a                       {display:inline-block; margin:20px 20px 0 0;}
.lvd-profile-body                       {padding:0 60px;}

/* Bm */
@media (min-width:1px) and (max-width:767px)
{
.lvd-profile-hero                       {padding:0 20px; text-align:center;}
.lvd-profile-hero .lvd-container        {padding:40px;}
.lvd-profile-image                      {width:100%; margin-bottom:20px;}
.lvd-profile-image .lvd-image           {margin:0 auto;}
.lvd-profile-details                    {width:100%;}
.lvd-profile-hero .lvd-job-title        {margin-bottom:20px; font-size:var(--lvd-text-h5); color:var(--lvd-color-gray-400);}
.lvd-profile-body                       {padding:0 20px;}


}

/* Bt */
@media (min-width:768px) and (max-width:1023px)
{
.lvd-profile-hero                       {padding:0 20px;}

}