div#locationWrapper a.locationLink.roanoke {
  display: none;
}

#tunnel-page div#locationWrapper a.locationLink.roanoke {
  display: inline-block;
}

.comparison#traditionalBurial {
  float: left;
  background: url("2016-burial.png") bottom left no-repeat;
  background-size: contain;
}

.comparison#directCremation {
  float: right;
  background: url("2016-cremation.png") bottom left no-repeat;
  background-size: contain;
}

#traditionalBurial>strong {
  display: none !important;
}

#directCremation>strong {
  display: none !important;
}

div#locationWrapper {
  top: 70px;
}


/* responsive */

@media screen and (max-width: 750px) {
  div#logo-address-con {
    top: 70px;
    right: 160px;
  }
  div#locationWrapper {
    margin-right: -225px;
  }
}

@media screen and (max-width: 479px) {
  div#locationWrapper {
    top: 10px;
    margin-right: 0px;
  }
}
