html body header#header .navbar .navbar-brand img {
  width: 45% !important;
}

img.added-logo-header {
  position: absolute;
  top: 15%;
  right: 0;
  height: auto !important;
}

header#header .navbar .navbar-brand {
  width: 45% !important;
}
html body header#header .navbar .navbar-brand img {
  width: auto !important;
}

@media screen and (min-width: 1500px) and (max-width: 1600px) {
  html body header#header .navbar .navbar-brand img {
    width: 50% !important;
}
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
  html body header#header .navbar .navbar-brand img {
    width: 250px !important;
  }

  img.added-logo-header {
    position: absolute;
    top: 15%;
    right: 15%;
    height: auto !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  html body header#header .navbar .navbar-brand img {
    width: 230px !important;
  }

  img.added-logo-header {
    position: absolute;
    top: 20%;
    right: 20%;
    height: auto !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {
  img.added-logo-header {
    position: absolute;
    top: 10%;
    right: 20%;
  }

  html body header#header .navbar .navbar-brand img {
    width: 170px !important;
  }
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
  img.added-logo-header {
    position: absolute;
    top: 10%;
    right: 0;
  }

  html body header#header .navbar .navbar-brand img {
    width: 45% !important;
  }
}

@media screen and (max-width: 800px) {

 html body .w1maqk8h header#header .navbar .navbar-brand img {
    width: 45% !important;
  }
  
  html body header#header .navbar .navbar-brand img.added-logo-header {
    width: 45% !important;
  }

  img.added-logo-header {
    position: absolute;
    top: 20%;
    right: 0;
    height: auto !important;
  }
}




@media screen and (min-width: 1900px) {
  header#header .navbar .navbar-brand {
    width: 40% !important;
}
}

@media screen and (min-width: 2500px) {
  header#header .navbar .navbar-brand {
    width: 30% !important;
}
}

@media screen and (min-width: 3800px) {
  header#header .navbar .navbar-brand {
    width: 20% !important;
}
}
