@media only screen and (min-width: 1200px) {
  .large-header-row {
    position: relative;
  }

  .large-address-header-right {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .large-address-header-left {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (min-width: 992px) {

}
