.navbar-brand {
    float: left;
    background: url("https://conf.researchr.org/getImage/icpc-2020/orig/ICPC_virtual.png");
    background-size: 70%;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 25px;
    border-radius: 5px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    width: 100%;
}

.navbar-brand {
    min-height: 75px;
}

.navbar-brand .brand-text{
  display: none;
}

@media screen and (min-width: 450px) {
    .navbar-brand {
        min-height: 150px;
    }
}

@media screen and (min-width: 750px) {
    .navbar-brand {
        min-height: 150px;
    }
}

.logobar .place {
  position: absolute;
  bottom: 0;
  display: inline-block;
  font-size: xx-large;
  display: none;
}

.place2 {
    text-align: right;
    position: relative;
    top: -42px;
    right: -30px;
    top: -20px;
    cursor: pointer;
}

@media screen and (max-width: 1200px){
    .place2 {top: 0; padding-bottom : 11px}
}