.example-box {
  background-image: linear-gradient(to bottom right, #000000, #000000);
  width: 100%;
  /*height: 300px;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  color: white;
  font-family: sans-serif;
  font-weight: 200;
  z-index: 1;
}

.example-box * {
  z-index: 2;
}

.background-shapes {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  background-size: 100%;
  /*animation: 120s infiniteScroll linear infinite;*/
  background-repeat-x: repeat;
  background-image: url(../../assets/img/islamic-banner-test1.jpg);
}

