#main #image {
  width: 60%;
  z-index: 1;
}

.svg-wrapper {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
}

#WORKSTYLE {
  margin-bottom: 10%;
}

.RelatedItems {
  margin: 4% auto;
}


@media screen and (max-width: 768px) {

  .svg-wrapper {
    top: 40%;
    left: 45%;
  }

  #main #image {
    width: 85%;
  }

  #TopTriangle {
    position: absolute;
    top: 0%;
    left: -2%;
    width: 22%;
  }

  .RelatedItems {
    margin: 0 auto 5%;
    padding: 5%;
  }


  .back-ground-logo {
    display: none;
  }

}