div.logobar {
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  font-family: Arial, sans-serif;
  color: #4e5e6b;
  height: 22vw; /* based on the banner size: 1920*421 */
  width: 100%;
  background-image: url("https://conf.researchr.org/getImage/icse-2027/orig/ICSE-2027---Web-Banner-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin: 0;
  padding: 0;
  transition: height 0.25s ease-out; 

}

.logobar .container, 
.logobar .place, 
.logobar .place2,  
.logobar a {
  display: none !important;
}
