.modal-content #image-animation,
article.team_member #image-animation {
  max-width: 600px;
  max-height: 628.645px;
  overflow: hidden;
  width: unset;
}
@media (max-width: 780px) {
  .modal-content #image-animation,
article.team_member #image-animation {
    max-width: unset;
    width: calc(100% + 32.5px + 32.5px);
    max-height: 425px;
    min-height: 425px;
  }
}
.modal-content #image-animation .top-right-shape::after,
article.team_member #image-animation .top-right-shape::after {
  background-image: url("../../img/animation/alt-top-right.png");
  top: -17px;
}
@media (max-width: 1300px) {
  .modal-content #image-animation .top-right-shape::after,
article.team_member #image-animation .top-right-shape::after {
    right: -150px;
  }
}
@media (max-width: 780px) {
  .modal-content #image-animation .top-right-shape::after,
article.team_member #image-animation .top-right-shape::after {
    top: 0;
    right: -120px;
  }
}
@media (max-width: 450px) {
  .modal-content #image-animation .top-right-shape::after,
article.team_member #image-animation .top-right-shape::after {
    right: 20px;
    scale: 1.4;
  }
}
.modal-content #image-animation::before,
article.team_member #image-animation::before {
  background-image: url("../../img/animation/alt-bottom.png");
  bottom: -2px;
  left: -5px;
}
@media (max-width: 1300px) {
  .modal-content #image-animation::before,
article.team_member #image-animation::before {
    visibility: hidden;
  }
}
@media (max-width: 780px) {
  .modal-content #image-animation::before,
article.team_member #image-animation::before {
    visibility: visible;
    left: -60px;
    bottom: -80px;
  }
}
@media (max-width: 450px) {
  .modal-content #image-animation::before,
article.team_member #image-animation::before {
    bottom: -2px;
  }
}
.modal-content #image-animation::after,
article.team_member #image-animation::after {
  background-image: url("../../img/animation/alt-top.png");
  left: 0px;
  top: -17px;
}
@media (max-width: 1300px) {
  .modal-content #image-animation::after,
article.team_member #image-animation::after {
    visibility: hidden;
  }
}
@media (max-width: 780px) {
  .modal-content #image-animation::after,
article.team_member #image-animation::after {
    visibility: visible;
    left: -60px;
  }
}
@media (max-width: 450px) {
  .modal-content #image-animation::after,
article.team_member #image-animation::after {
    left: -60px;
  }
}
.modal-content #image-animation .img-cont,
article.team_member #image-animation .img-cont {
  min-height: 425px;
  left: 73px;
  top: 10px;
}
@media (max-width: 1300px) {
  .modal-content #image-animation .img-cont,
article.team_member #image-animation .img-cont {
    top: 0;
    object-position: cover;
  }
}
@media (max-width: 780px) {
  .modal-content #image-animation .img-cont,
article.team_member #image-animation .img-cont {
    object-position: contain;
    left: -50px;
    width: calc(100% + 32.5px + 32.5px);
  }
}
@media (max-width: 450px) {
  .modal-content #image-animation .img-cont,
article.team_member #image-animation .img-cont {
    left: 0;
  }
}
.modal-content #image-animation .img-cont img,
article.team_member #image-animation .img-cont img {
  object-position: top right;
}
@media (max-width: 780px) {
  .modal-content #image-animation .img-cont img,
article.team_member #image-animation .img-cont img {
    object-position: top left;
    bottom: unset;
    right: -22px;
  }
}

#image-animation {
  height: 100%;
  margin-bottom: 0px;
  position: relative;
  z-index: 5;
  padding: 0;
  max-width: unset;
  min-height: 552px;
  width: 100vw;
  margin-left: 0px;
  overflow: hidden;
  right: 33px;
}
@media (min-width: 780px) {
  #image-animation {
    margin-bottom: 0px;
    margin-right: -20px;
    width: 50vw;
    overflow: visible;
    right: unset;
  }
}
@media (min-width: 1300px) {
  #image-animation {
    height: calc(100% + 160px);
    margin-bottom: -160px;
    margin-left: -200px;
    width: calc(50vw + 150px);
  }
}
@media (min-width: 1440px) {
  #image-animation {
    height: calc(100% + 170px);
    margin-bottom: -170px;
  }
}
@media (min-width: 1650px) {
  #image-animation {
    height: calc(100% + 220px);
    margin-bottom: -220px;
  }
}
#image-animation .top-right-shape::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/animation/top-right.png");
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-200px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#image-animation::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/animation/bottom.png");
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(200px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 780px) {
  #image-animation::before {
    right: unset;
    left: -92px;
  }
}
#image-animation::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/animation/top.png");
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-200px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 780px) {
  #image-animation::after {
    right: unset;
    left: -92px;
  }
}
#image-animation .img-cont {
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 5;
  min-height: 552px;
}
#image-animation .img-cont img {
  object-fit: cover;
  object-position: bottom right;
  width: 100%;
  height: 100%;
  transform: translateY(160px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 780px) {
  #image-animation .img-cont img {
    position: absolute;
    bottom: -110px;
    right: -22px;
    height: calc(100% + 180px);
    width: auto;
    max-width: none;
  }
}
/*# sourceMappingURL=image-animation.css.map */
