@media screen and (min-width: 950px) {
  
	.value-background-overlay{
		position: absolute !important;
	}
	#dynamicBackgroundImage{
		position: absolute !important;
	}


	.hero-section{
		position: relative;
	    margin-top: 0;
	    margin-left: 0;
	    margin-right: 0;
	    backdrop-filter: none;
	}
	.hero-section .container{
		float: right;
		max-width: 500px;
	}

	.page-header-join-us{
		background: linear-gradient(rgba(0, 0, 0, .2)), url(../imgs/15.jpg) center -180px no-repeat;
	    background-position: center -150px;
	    background-size: cover;
	}

}