.logo > a > img {
content: url('/GetImage/System/logo-firstep-small-en-us.PNG') !important;
max-width: 250px!important;
max-height: 65px!important;
}
@media(max-width: 992px) {
.logo > a > img {
max-width: 95%!important;
}
}
@media(min-width: 992px) {
header:not(.header-scrolled) .logo > a > img {
content: url('/GetImage/System/logo-white-firstep-small-en-us.PNG')!important
}
}
#header:not(.header-scrolled) a {
color: #fff;
}
#header:not(.header-scrolled) .dropdown > ul > li a {
color: #17181a;
}
