@media (min-width: 1400px) {
  .vp-section .container {
    max-width: 1000px;
  }
}
.vp-section .vp-pic {
  position: relative;
  overflow: hidden;
  width: 200px;
}
.vp-section .vp-pic img {
  width: 100%;
  height: auto;
  display: block;
}

.vp-section {
  position: relative;
}

.parallax-pics {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: calc(100% - 260px);
  transform: translateX(-50%);
  z-index: -2;
}
.parallax-pics .parallax-pics__img {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transition: all 0.3s ease-out;
  will-change: transform;
}
.parallax-pics .parallax-pics__img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199.98px) {
  .parallax-pics .parallax-pic-01 {
    display: none;
  }
}
.parallax-pics .parallax-text {
  font-size: 6rem;
  color: #F2F5FD;
  width: 100%;
  font-weight: 600;
  letter-spacing: -3px;
}
@media (max-width: 1199.98px) {
  .parallax-pics .parallax-text {
    display: none;
  }
}/*# sourceMappingURL=thu_vice_president.css.map */