﻿.header .header-middle .header-logo {
  width: 100% !important;
  padding: 0;
  min-width: 250px !important;
  position: relative;
}

@media (min-width: 981px) {
  .header .header-middle .header-logo {
    max-width: unset;
  }
}

@media (min-width: 1025px) {
  .header .header-middle .header-logo {
    width: 20% !important;
    display: table-cell;
    position: static;
  }
}
