.header a.publicLogo {
    background-image: url(https://app.getbeamer.com/images/logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
    width: 100px;
    background-size: 36px;
    display: block;
    background-color: transparent;
    position: relative;
    top: 5px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin-top: 0;
}