.staff__item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staff__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}

.staff__item .thumb_cont {
  width: 100%;
}

.staff hr {
  margin-top: 0;
  margin-bottom: 6rem;
}

.bio-popup {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, .4);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.bio-popup-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.bio-popup-inner-container {
  background: white;
  max-width: 783px;
  width: 100%;
  margin: auto;
  height: 80vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 7rem;
  position: relative;
}

.bio-popup-inner-container .text-container {
  overflow: hidden;

  padding-bottom: 9rem;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;

  padding-right: 6rem
}

.bio-popup-inner-container .accord_rich {
  margin-top: 2rem;
}

/* width */
.bio-popup-inner-container .text-container::-webkit-scrollbar {
  /* width: 4px; */
  /* position: absolute;
right: 0; */
}

/* Track */
.bio-popup-inner-container .text-container::-webkit-scrollbar-track {
  /* background: #F0F0F0; */
}

/* Handle */
.bio-popup-inner-container .text-container::-webkit-scrollbar-thumb {
  /* background: #D84B2C; */
}

/* Handle on hover */
.bio-popup-inner-container .text-container::-webkit-scrollbar-thumb:hover {
  /* background: #D84B2C; */
}

.simplebar-track.simplebar-vertical {
  width: 4px !important;
  background: #F0F0F0;

}

.simplebar-scrollbar {
  background: #D84B2C;

}

/* .bio-popup-inner-container .text-container::-webkit-scrollbar {
    -webkit-appearance: visible;
    width: 7px;
}
.bio-popup-inner-container .text-container::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
} */

.bio-popup-inner-container .image-container {
  margin-right: 40px;
}

.staff .thumb_cont img {
  width: 100%;
}

.main-img-mobile {
  display: none;
}

.bio-popup .close-popup-container {

}

.bio-popup .close-popup {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  right: 2rem;
  top: 3rem;
  cursor: pointer;
  z-index: 10;
}

.bio-popup .close-popup:before, .bio-popup .close-popup:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: #707070;
}

.bio-popup .close-popup:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bio-popup .close-popup:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 900px) {

.bio-popup-inner-container .text-container {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 9rem

}

  .bio-popup-inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-img-mobile  {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .thumb_cont img {
    width: 50%;
  }

  .main-img-mobile img {
    /* width: 100%; */
  }

  .main-img {
    display: none;
  }

  .bio-popup-inner-container {
    padding: 0;
  }

  .bio-popup-inner-container .text-container {
    padding: 10%;
    padding-right: 5.5rem;
  }

  .bio-popup-inner-container {
    max-width: 88%;
  }

  .staff-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .staff-flex .thumb_cont {
    width: 50%;
    padding-right: 2rem;
  }

  .staff-flex .thumb_cont img {
    width: 100%;
  }

  .staff-flex .staff-text-container {
    width: 46%;
  }




}

@media (max-width: 768px) {
  .staff__item {
    width: 100%;
  }
}
