#topbar {
    background-color: white;
    height: 50px;
    margin-bottom: 15px;
    z-index: 10001;
}
#topbar #company-logo-1 {
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: center;
}
#topbar #company-logo-2 {
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: center;
}
#gecs-logo {
    background-image: url("../../img/icons/gecs_logo_transparent.png");
    background-repeat: no-repeat;
    background-position-x: calc(50% - 7px);
    background-position-y: calc(50% - 1px);
    background-size: contain;
}