#logo-bar-con #logo {
  width: 290px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background-size: contain;
  float: none !important;
}

#logo-address-con {
  text-align: justify;
  top: 26px;
}

#logo-address-con {
  position: absolute;
  top: 20px;
  left: 0px !important;
  font-size: 12px;
}

#address-email a {
  color: #E2E2E2 !important;
  font-size: 10px;
}

div#logo-address-con:after {
  content: "Brown Funeral Homes, Inc.\a 111 Westfall St., P.O. Box 295\a McAlisterville, PA 17049\a Phone: (717) 463-2711";
  white-space: pre;
  position: absolute;
  right: 0px;
  width: 250px;
  left: 710px;
  text-align: right;
  display: block;
  top: 0px;
  /* text-align: justify; */
}

@media screen and (max-width: 960px) {
  div#logo-address-con:after {
    left: 482px;
  }

  div#address-fax {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  div#logo-address-con:after {
    left: 0px;
    content: "Brown Funeral Homes, Inc.          111 Westfall St., P.O. Box 295           McAlisterville, PA 17049\a Phone: (717) 463-2711";
    white-space: pre;
    position: absolute;
    right: 0px;
    width: 750px;
    left: 0px;
    top: 100px;
    font-size: 11px;
    text-align: left;
    line-height: 15px;
  }

  #logo-bar-con #logo {
    width: 250px !important;
    margin-top: 15px;
  }

  div#address-fax {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  #logo-bar-con #logo-address-con {
    top: -20px;
    margin-top: 10px;
    font-size: 10px;
  }

  div#logo-address-con:after {
    left: 0px;
    content: "Brown Funeral Homes, Inc. 111 Westfall St., P.O. Box 295\aMcAlisterville, PA 17049 Phone: (717) 463-2711";
    white-space: pre;
    position: absolute;
    right: 0px;
    width: 479px;
    left: -84px;
    top: 117px;
    font-size: 10px;
    text-align: center;
    line-height: 13px;
  }

  div#logo-bar-con #logo {
    height: 125px !important;
  }

  div#address-fax {
    display: none !important;
  }
}