/* MDY Elektrik — Logo boyutları. Ana style.css'ten bağımsız tutulur. */
.logo-image-link{
    min-width:166px;
}
.site-logo-image{
    width:190px;
    max-height:70px;
}
.site-footer .footer-logo-image{
    width:182px;
    max-height:66px;
}

@media (max-width:900px){
    .site-logo-image{
        width:164px;
        max-height:48px;
    }
}

@media (max-width:640px){
    .logo-image-link{
        min-width:142px;
    }
    .site-logo-image{
        width:150px;
        max-height:46px;
    }
    .site-footer .footer-logo-image{
        width:160px;
    }
}
