
/* V4.11.11 — definitive logo anti-clipping */
.rv-profile-head,
.rv-profile-head-logo,
.rv-admin-brand,
.rv-patient-brand,
.rv-role-brand,
.rv-sidebar-brand,
.rv-brand-logo-link,
.rv-profile-sidebar {
  overflow: visible !important;
}
.rv-profile-head img,
.rv-profile-head-logo img,
.rv-admin-brand img,
.rv-patient-brand img,
.rv-role-brand img,
.rv-sidebar-brand img,
img[src*="ravba-medic-header-transparent"],
img[src*="ravba-medic-isotipo"]{
  object-fit: contain !important;
  object-position: center center !important;
  clip-path: none !important;
  overflow: visible !important;
  transform: none !important;
  border-radius: 0 !important;
  max-height: none !important;
  box-shadow: none !important;
}
.rv-profile-head img,
.rv-admin-brand img,
.rv-patient-brand img,
.rv-role-brand img{
  width: 210px !important;
  height: auto !important;
  padding: 0 !important;
}
@media(max-width:900px){
  .rv-profile-head img,
  .rv-admin-brand img,
  .rv-patient-brand img,
  .rv-role-brand img{
    width: 190px !important;
    max-width: 72vw !important;
  }
}
