.logo-container {
    position: fixed;
    /*navbar height*/
    top: 51px;
    right: 97px;
    width: 170px;
    z-index: 1;
    background-color: white;
}

.logo-container img {
    width: 100%;
}