.fix-header-wrapper{
  display: inline-block;
  position: fixed;
  width: calc(100% - 520px);
  z-index: 10;
  background: #33452a;
  background-image: url("../res/images/banner.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media only screen and (max-width: 1100px) {
  .fix-header-wrapper{
    width: 100%;
  }
}

.translation-button{
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 0.75rem;
  padding: 0px 20px;
  box-sizing: border-box;
}

.translation-button-text{
  display: inline-block;
  width: auto;
  height: auto;
  color: white;
}

.translation-button a{
  display: inline-block;
  width: auto;
  height: auto;
  background: #203822;
  padding: 10px 30px;
  box-sizing: border-box;
  color: white;
  margin: 10px;
  border-radius: 3px;
  font-size: 0.75rem;
}

@media only screen and (max-width: 1100px) {
  .translation-button a{
    padding: 5px 15px;
  }
}