#top-bar{
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  background-image: url(/plugins/arDominionB5Plugin/images/back.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: 373px;
  position: relative;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}

.navbar-brand {
    position: absolute;
    left: calc(50% - 120px);
    top: 40px;
}