.alto_logo img {
  height: 60px;
  margin: 15px 0px 0px 80px;
  cursor: pointer;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  padding: 20px 0 40px 0;
}

.iframe_logo {
  border: none;
  width: 110px;
  height: 60px;
  margin: 10px 0px 0px 50px;
}

@media (max-width: 1100px) {
  .alto_logo img {
    height: 35px;
    margin: 10px 20px 10px 20px;
  }

  .iframe_logo {
    border: none;
    width: 70px;
    height: 40px;
    margin: 5px 0px 0px 0px;
  }
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  margin-top: 0;
}

.header__logos-wrapper {
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 25px 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 576px) {
  .header__logos-wrapper {
    justify-content: space-between;
    padding: 30px 30px 30px 10px;
  }
}

.header #brand {
  height: 50px;
  transition: 0.3s;
}

@media (min-width: 576px) {
  .header #brand {
    height: 60px;
  }
}

.header #brand:hover {
  opacity: 0.9;
}

.header #vendor {
  height: 34px;
  transition: 0.3s;
}

@media (min-width: 576px) {
  .header #vendor {
    height: 44px;
  }
}

.header #vendor:hover {
  opacity: 0.9;
}
