.linkButtonStyle{padding:20px; font-size:20px; background-color:#A1A1A1 !important;border-radius:5px;display:block;}
a:hover, a:focus{color:#000000!important;}

.page-image-header{width:100%; min-height:500px;background-size:cover; position:relative;}
.img-overlay{width:30%; position:absolute; left:auto; right: 5%; top:30%; color:white; }
.img-overlay h3.h3{margin-top:10%;}
@media screen and (max-width:1440px){
  .img-overlay h3.h3{font-size:18px;)}
}

@media screen and (max-width:1199px){
  .img-overlay{width:25%; right:2%; }
  .img-overlay h3.h3{font-size: 18px;}
}

@media screen and (max-width:991px){
  .img-overlay{width:90%; right: 5%;}
  .img-overlay h3.h3{font-size:18px; margin-top:47%;}
}
@media screen and (max-width:767px){
  .img-overlay{margin-top:21%;}
	.img-overlay h3.h3{font-size:14px;}
}

@media screen and (max-width:480px){
  .img-overlay{margin-top:33%;}
}