.bg2 {
  background-image: url("../images/Chase.png");
  height: 48%;   
  width:50%;
  background-position: center;
  background-repeat: no-repeat;
  display:inline-block;
  background-size: 100% 100%;
  position: relative;

 }
.bg2 > header {
  position: absolute;
  bottom: 0;
margin-left: 0px;
    width: 100%;
  padding: 20px 10px;
  background: rgba(0,0,0,0.2);
  background-attachment: fixed;
  overflow: hidden;
   text-shadow: 0px 3px #000;
}
.bg2 > header::before {
  content: "";
  position: absolute;
  top: -20px;
  margin-left: 3px;
  width: 200%;
  height: 200%;
  background: rgba(0,0,0,0.2);
  background-attachment: fixed;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  text-shadow: 0px 3px #000;
}
.bg2 > header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
}
.bg2 > header > h2 {
  margin: 0;
  color: white;
  position: relative;
  z-index: 1;
}
.bg2 > header > span {
  margin: 0;
  color: white;
  position: relative;
  z-index: 1;
}
.bg3 {
  background-image: url("../images/Shoprite Center Marmora.jpg");
  height: 48%;   
  width:50%;
  background-position: center;
  background-repeat: no-repeat;
  display:inline-block;
  background-size: 100% 100%;
  position: relative;

 }
.bg3 > header {
  position: absolute;
  bottom: 0;
margin-left: 0px;
    width: 100%;
  padding: 20px 10px;
  background: rgba(0,0,0,0.2);
  background-attachment: fixed;
  overflow: hidden;
   text-shadow: 0px 3px #000;
}
.bg3 > header::before {
  content: "";
  position: absolute;
  top: -20px;
  margin-left: 3px;
  width: 200%;
  height: 200%;
  background: rgba(0,0,0,0.2);
  background-attachment: fixed;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  text-shadow: 0px 3px #000;
}
.bg3 > header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
}
.bg3 > header > h2 {
  margin: 0;
  color: white;
  position: relative;
  z-index: 1;
}
.bg3 > header > span {
  margin: 0;
  color: white;
  position: relative;
  z-index: 1;
}
.bg4 {
  background-image: url("../images/Xfinity Manahawkin.jpg");
  height: 48%;   
  width:50%;
  background-position: center;
  background-repeat: no-repeat;
  display:inline-block;
  background-size: 100% 100%;
  position: relative;

 }
.bg4 > header {
  position: absolute;
  bottom: 0;
margin-left: 0px;
    width: 100%;
  padding: 20px 10px;
  background: rgba(0,0,0,0.2);
  background-attachment: fixed;
  overflow: hidden;
   text-shadow: 0px 3px #000;
}
.bg4 > header::before {
  content: "";
  position: absolute;
  top: -20px;
  margin-left: 3px;
  width: 200%;
  height: 200%;
  background: rgba(0,0,0,0.2);
  background-attachment: fixed;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  text-shadow: 0px 3px #000;
}
.bg4 > header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
}
.bg4 > header > h2 {
  margin: 0;
  color: white;
  position: relative;
  z-index: 1;
}
.bg4 > header > span {
  margin: 0;
  color: white;
  position: relative;
  z-index: 1;
}