#wdcIG{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 700px;
  position: absolute;
  color: #fff;
  background-color: #F6F6F6;
}

#wdcIG h3{
  color: #1f59a0;
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  padding: 50px;
  margin-bottom: 10px;
}

.parallax #wdcIG img{
  top: 50%;
}

.parallax #wdcIG .eapps-instagram-feed-header-user-picture{
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all .2s ease;
  margin: 0 !important;
  position: unset;
  top: unset;
  left: unset;
}