/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.psych-bg{
  position:relative;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  min-height:60vh;
}
.psych-bg::before{
  content:"";
  position:absolute;
  inset:0;
  background:#0a0a0a;
  opacity:.5;
  z-index:0;
  pointer-events:none;
}
.psych-bg > *{ position:relative; z-index:1; }