.add {
  margin-top: 21px;
  margin-bottom: 32px;
  max-width: 1384px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 16px 72px 16px;
  background-image: url("../assets/addBackground.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  position: relative;

  box-sizing: border-box;
}

.add--title {
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}

.add--logo {
  padding-right: 10px;
}

.add--text {
  padding-left: 10px;
}

.add--title svg {
  width: 100%;
  height: auto;
}

.add--videoContainer {
  position: relative;
}

.add--videoContainer video {
  width: 100%;
}

.add--videoContainer__playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}

.add--videoContainer__playbtn:hover {
  cursor: pointer;
}

.add--personWhite {
  position: absolute;
  left: -16px;
  bottom: 45px;
  z-index: 20;
}

.add--personBall {
  position: absolute;
  right: -16px;
  bottom: 40px;
  z-index: 20;
}

#image {
  position: absolute;
  display: none;
}

@media screen and (min-width: 800px) {
  .add {
    padding: 60px 72px 104px 72px;
  }

  .add--title {
    margin-bottom: 63px;
  }
  .add--logo {
    padding-right: 30px;
  }

  .add--text {
    padding-left: 30px;
  }

  .add--videoContainer__playbtn svg {
    width: 70px;
    height: 70px;
  }

  /*.add--videoContainer__playbtn {*/
    /*animation-name: stretch;*/
    /*animation-duration: 1.0s;*/
    /*animation-timing-function: ease-out;*/
    /*animation-direction: alternate;*/
    /*animation-iteration-count: infinite;*/
    /*animation-play-state: running;*/
  /*}*/
}
