.page-banner {
  color:white;

    background:

    linear-gradient(

    rgba(0,0,0,.55),

    rgba(0,0,0,.55)

    ),

    url("../assets/images/heroimg.jpg");

    background-size:cover;

    background-position:center;
}