/*----------------------------------------*/
/*  15. Video CSS
/*----------------------------------------*/
.about-me-video-wrapper {
  position: relative;
  z-index: 9;
}

.about-me-video-wrapper.about-us-one-video .shape {
  position: absolute;
  z-index: 1;
}

.about-me-video-wrapper.about-us-one-video .shape-1 {
  top: -46px;
  left: -99px;
  width: 166px;
  height: 166px;
}

.about-me-video-wrapper.about-us-one-video .shape-1 svg {
  width: 100%;
  height: 100%;
}

.about-me-video-wrapper.about-us-one-video .shape-1 svg * {
  fill: #f1f1f1;
}

.about-me-video-wrapper.about-us-one-video .shape-2 {
  top: 8px;
  left: -65px;
}

.about-me-video-wrapper.about-us-one-video .shape-3 {
  z-index: 11;
  top: 0px;
  right: 30px;
}

.about-me-video-wrapper.about-us-one-video .shape-3 span {
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  border: 8px solid #ecc5ab;
  border-radius: 50%;
}

.about-me-video-wrapper.about-us-one-video .shape-4 {
  right: 0px;
  bottom: -60px;
}

@media only screen and (max-width: 767px) {
  .about-me-video-wrapper.about-us-one-video .shape-1 {
    top: -90px;
    width: 120px;
    height: 130px;
  }
  .about-me-video-wrapper.about-us-one-video .shape-2 {
    width: 90px;
    height: 90px;
  }
  .about-me-video-wrapper.about-us-one-video .shape-3 {
    right: -20px;
  }
  .about-me-video-wrapper.about-us-one-video .shape-3 span {
    width: 45px;
    height: 45px;
    border-width: 6px;
  }
  .about-me-video-wrapper.about-us-one-video .shape-4 {
    width: 85px;
  }
}

.about-me-video-wrapper.about-us-one-video .about-me-video {
  max-width: 100%;
  margin-bottom: 0;
}

.about-me-video-wrapper .shape {
  position: absolute;
  z-index: 1;
}

.about-me-video-wrapper .shape-1 {
  top: -120px;
  left: 0;
  width: 226px;
  height: 226px;
}

.about-me-video-wrapper .shape-1 svg {
  width: 100%;
  height: 100%;
}

.about-me-video-wrapper .shape-1 svg * {
  fill: #E5C791;
}

.about-me-video-wrapper .shape-2 {
  top: 0;
  left: 20px;
}

.about-me-video-wrapper .shape-3 {
  z-index: 11;
  top: 40px;
  right: 0;
}

.about-me-video-wrapper .shape-3 span {
  display: block;
  width: 90px;
  height: 90px;
  text-indent: -9999px;
  border: 12px solid #ECC5AB;
  border-radius: 50%;
}

.about-me-video-wrapper .shape-4 {
  right: 20px;
  bottom: -45px;
}

@media only screen and (max-width: 767px) {
  .about-me-video-wrapper .shape-1 {
    top: -90px;
    width: 120px;
    height: 130px;
  }
  .about-me-video-wrapper .shape-2 {
    width: 90px;
    height: 90px;
  }
  .about-me-video-wrapper .shape-3 {
    right: 0px;
  }
  .about-me-video-wrapper .shape-3 span {
    width: 45px;
    height: 45px;
    border-width: 6px;
  }
  .about-me-video-wrapper .shape-4 {
    width: 85px;
  }
}

.about-me-video {
  position: relative;
  z-index: 9;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 970px;
  margin: auto;
  margin-bottom: -140px;
  border-radius: 5px;
}

.about-me-video .image {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.about-me-video .icon {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-me-video:hover .image {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}