[deleted] here you go. Obviously, charge the URL for the image itself as this is taken directly from my install
.Hero {
background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.45)),url(https://cdn.infosecforge.io/wp-content/uploads/2019/08/vault2-min.jpg) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
color: #ffffff;
padding-top: 52px;
height: 206px;
}
body.dark .Hero {
background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.45)),url(https://cdn.infosecforge.io/wp-content/uploads/2019/08/vault2-min.jpg) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
color: #ffffff;
padding-top: 52px;
height: 206px;
}