
ul.people-list .people-item .people-item-photo img,
.people-carousel .owl-item .people-item .people-item-photo img{
  text-align: center;
  /*margin-bottom: 20px;*/
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index:10;
}
.people-carousel .people-item{
  width: 25%;
  padding: 20px;
}
ul.people-list .owl-item .people-item{
  padding: 20px;
}
ul.people-list  .people-item .people-item-photo .people-item-image,
.people-carousel .owl-item .people-item .people-item-image
{
  filter: grayscale(1);
}
ul.people-list .people-item:hover .people-item-photo .people-item-image,
.people-carousel .owl-item .people-item:hover .people-item-photo .people-item-image{
  filter: grayscale(0);
}
ul.people-list{
  padding: 0;
  list-style-type: none;
  /*display: inline-flex;*/
}
ul.people-list  .people-item .people-item-info,
.people-carousel .owl-item .people-item .people-item-info {
  /*position: absolute;*/
  text-align: center;
  opacity: 0;
  margin-top: 20px;
  animation-delay: 0.1s;
}

ul.people-list  .people-item .people-item-info h4,
.people-carousel .owl-item .people-item .people-item-info h4{
  /*position: absolute;*/
  font-weight: bold;
}
@keyframes animation2 {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
ul.people-list .people-item:hover > .people-item-info,
.people-carousel .owl-item.active .people-item:hover > .people-item-info{
  animation: animation2 3s forwards cubic-bezier(0.2, 0.8, 0.2, 1.0);
}

ul.people-list  .people-item:hover .people-item-photo .svg-circle,
.people-carousel .owl-item .people-item:hover .people-item-photo .svg-circle{
  /*animation: rotate 1.4s linear ;*/
  /*-webkit-animation: rotate 1.4s linear ;*/
  /*-moz-animation: rotate 1.4s linear ;*/
  /*-webkit-animation-timing-function: ease-in-out;*/
  /*animation-timing-function: ease-in-out;*/
  /*will-change: transform;*/

  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;

  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;

  will-change: transform;


}

.people-carousel .owl-item .people-item .people-item-photo .svg-circle{
  width: 215px;
  top: -23px;
  left: -23px;
  height: 215px;
  position: absolute;
  z-index: 99;

}


.people-item-info-sub p {
  margin: 0;
}
.people-item-info-sub span {
  color: #979797;
}
.people-list li a{
  display: table;
  border-collapse: collapse;
  width: 100%;

}
.people-list li a{
  display: table-row;
  overflow: hidden;
  padding-left: 0.8rem;
  padding-top: 0.8rem;
}
.people-item-photo {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  padding-right: 1em;
}
.people-item-photo img {
  display: block;
  width: 100%;
  height: auto;

}
.people-item-photo .avatar-initials {
  background-color: #ffcd04;
  width: 77px;
  height:77px;
  font: 30px / 75px Arial;
  color:#522b39;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 20px;

}
.people-item-content {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
}

.people-item-info-sub {
  margin: 0;
}

@media all and (min-width: 45em) {
  .people-list li a{
    float: left;
    width: 50%;
  }
}

@media all and (min-width: 75em) {
  .people-list li a{
    width: 33.33333%;
  }
}

/* for flexbox */
@supports(display: flex) {
  .people-list {
    display: flex;
    flex-wrap: wrap;
  }

  .people-item-photo,
  .people-item-content,
  .people-list li a{
    display: block;
    float: none;
  }

  .people-item-photo {
    align-self: center; /* to match the middle alignment of the original */
  }

  .people-list li a{
    display: flex;
  }
}

/* for grid */
@supports(display: grid) {
  .people-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }

  .people-list li a{
    width: auto; /* this overrides the media queries */
  }
}

.people-carousel .owl-item .people-item .people-item-photo img {
  width: 169px;
}

ul.people-list .people-item .people-item-photo .svg-circle {
  /* width: 135px; */
  top: -10%;
  left: -15.5%;
  /* height: 135px; */
  position: absolute;
  z-index: 99;
  width: 120%;
  height: 120%;
  display: inline-block;
}
.people-item-info-title {
  margin: 10px 0 0 0;
  color: #53575a;
  font-weight: 600;
}

.event-ongoing-right-side ul.people-list .people-item .people-item-photo .svg-circle {
  width: 95px;
  top: -9px;
  left: -9px;
  height: 95px;
  position: absolute;
  z-index: 99;
}

.event-ongoing-right-side .people-item-info-title {
  margin: 10px 0 0 0;
  color:#fff;
  font-weight: unset;
}

.people-list li a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
