.threew_banner_wrapper {
  position: relative;
}
/* .threew_banner_wrapper:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  width: 25%;
  height: 65%;
  background: url("/wp-content/themes/enfold-child/icons/banner_slash.png");
  background-size: 100% 70%;
  background-repeat: no-repeat;
  background-position: bottom;
  pointer-events: none;
} */

.entry-content > .vc_row:first-of-type .banner_content .container:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50px;
  width: 200px;
  height: 200px;
  background: url("/wp-content/uploads/2023/06/banner-icon.png");
  background-size: contain;
}

.banner_content {
  position: absolute;
  left: 3px;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

.banner_content::after {
  content: "";
  position: fixed;
  height: 100%;
  max-height: 585px;
  right: 0;
  top: 140px;
  width: 10vw;
  background: url("/wp-content/uploads/2023/08/golfclub-het-rijk-van-nijmegen-Golfballen-wit-rgb-500px@72ppi-2.png");
  background-size: 171px;
  background-repeat: no-repeat;
  background-position: center right -82px;
  z-index: 998;
  pointer-events: none;
}

.banner_content .container {
  height: 100%;
}

@media (max-width: 1300px) {
	  .entry-content > .vc_row:first-of-type .banner_content .container:before {
		width: 100px;
		height: 100px;
          margin-top:60px;
	  }

	  .threew_banner_wrapper:after {
		width: 164px;
		height: 130px;
	  }
	

	.banner_content::after {
	    content: "";
		position: fixed;
		height: 100%;
		max-height: 585px;
		right: 0;
		top: 0px;
		width: 15vw;
		background: url(/wp-content/uploads/2023/08/golfclub-het-rijk-van-nijmegen-Golfballen-wit-rgb-500px@72ppi-2.png);
		background-size: 80px;
		background-repeat: no-repeat;
		background-position: center right -38px;
		/* z-index: 998; */
		pointer-events: none;
	}
}
