#logoContainer {
    position: absolute;
    bottom: 50px;
    right: 0px;
    /*width: 2.5vw;*/
    min-width: 54px;
    background-color:white;
    padding:10px;
    padding-top: 17px;
    padding-right:100px;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}

#logoContainer > img {
    width: 100%;
}

.InstanceName {
 padding:1rem;
 background-color: black;
}

.InstanceName img {
 border-radius: 0 !important;
 width:20rem !important;
}
