#eu-logo{
    width: 50%;
}
@media screen and (max-width: 600px) {
    #eu-logo{
        width: 100%;
    }
}
