#fjr-banner{
  position:relative;
  margin-bottom: 30px;
  margin-top: 30px;
  background-image: url(https://www.uibk.ac.at/congress/fjr2019/images/header1-fjr2019_900x300px.jpg);	
  background-repeat: no-repeat; 
  height:300px;
}

#fjr-banner .licensetext.dropdown a i {
  font-size:24px;
  margin: 7px 0px 5px auto;
}

#fjr-banner .dropdown-menu {
  text-align: right;
  position: static;
  float: right;
  z-index: inherit;
  min-width: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding:0 15px 0 0;
  margin-top: 8px;
}

#fjr-banner div.fjr-name {
  position: absolute;
  width: 100%; 
  color: #fff;
  background: #f39200;
  opacity: 0.75;
  bottom: 0px;    
  height:auto;
  padding:5px 0;
  font-size:18px;
  text-align:center;
}

@media (min-width: 996px) and (max-width: 1246px) {
  #fjr-banner div.fjr-name {
    font-size:21px;
    padding:5px 80px;
  }
}

@media (min-width: 1247px) {
  #fjr-banner div.fjr-name {
    font-size:21px;
    padding:5px 0;
  }
}