.newcastle_button .offScreen {
  position: fixed;
  top: -10000px;
  left: -10000px; }

.newcastle_button h4 {
  background: #dad3cf;
  padding: 1% 2%; }

.newcastle_button .w-80 {
  width: 76%;
  display: inline-block;
  vertical-align: middle;
  padding: 2%; }
.newcastle_button .w-80 p { margin: 0; }

.newcastle_button .w-20 { 
  width: 16%;
  display: inline-block;
  vertical-align: middle;
  padding: 2%;
  text-align: center; }

.newcastle_button .w-20 a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #860000;
  padding: 4% 10%;
  border-radius: 4px; }

@media only screen and (max-width: 960px) {

.newcastle_button .w-20{
width:22%;
}

.newcastle_button .w-20 a{
font-size:12px;
padding: 4% 8%;
}
.newcastle_button .w-80{
width:70%;
}
}
