﻿/* @media screen and (min-width: 1030px) {
  .hero_container, header {
    padding-left: calc(100vw - 100%) !important;
  }
} */

.hero_container, header {
  padding-left: 30px !important;
  padding-right: calc(30px - calc(100vw - 100%)) !important
}

.hero_bg {
  width: 100vw !important;
  left:0;
}

.lowerNavContainer {
  display: flex;
  justify-content:end;
}

.lowerNavContainer .btn {
  position: absolute;
}
