/* =====================================================
   LOGO DINAMIS WEBSITE v1
===================================================== */
.logo.has-uploaded-logo{
    min-width:0;
    max-width:330px;
    display:inline-flex;
    align-items:center;
}
.logo-uploaded{
    display:block;
    max-width:100%;
    object-fit:contain;
    object-position:left center;
}
.site-header .logo-uploaded-header{
    width:auto;
    max-width:270px;
    height:52px;
}
.user-sidebar-brand .logo-uploaded-header{
    width:auto;
    max-width:220px;
    height:58px;
}
.exact-footer .logo-uploaded-footer,
.footer-brand .logo-uploaded-footer{
    width:auto;
    max-width:290px;
    height:68px;
    object-position:left center;
}
@media(max-width:680px){
    .site-header .logo.has-uploaded-logo{max-width:185px}
    .site-header .logo-uploaded-header{max-width:185px;height:42px}
    .user-sidebar-brand .logo-uploaded-header{max-width:180px;height:50px}
    .exact-footer .logo-uploaded-footer,
    .footer-brand .logo-uploaded-footer{max-width:220px;height:58px}
}
