.so-widget-acc-author-grid-style-d75171398898-150 .acc-author-grid-base {
  position: relative;
}
.so-widget-acc-author-grid-style-d75171398898-150 .acc-author-grid-base .acc-author-grid-wrapper a {
  text-decoration: none;
  color: #000000;
}
.so-widget-acc-author-grid-style-d75171398898-150 .acc-author-grid-base .acc-author-grid-block .acc-author-grid-content {
  height: auto;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.so-widget-acc-author-grid-style-d75171398898-150 .acc-author-grid-base .acc-author-grid-block .acc-author-grid-content:hover {
  transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
}
.so-widget-acc-author-grid-style-d75171398898-150 .acc-author-grid-base .acc-author-grid-block .acc-author-grid-content .acc-author-grid-img {
  height: 220px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.so-widget-acc-author-grid-style-d75171398898-150 .acc-author-grid-base .acc-author-grid-block .acc-author-grid-content .acc-author-grid-img img {
  min-width: 100%;
  min-height: 100%;
}
.so-widget-acc-author-grid-style-d75171398898-150 .acc-author-grid-base .acc-author-grid-block .acc-author-grid-content .acc-author-grid-text {
  padding: 10px;
  text-align: center;
}
.so-widget-acc-author-grid-style-d75171398898-150 .acc-author-grid-base .acc-author-grid-block .acc-author-grid-content .acc-author-grid-text h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.so-widget-acc-author-grid-style-d75171398898-150 .acc-author-grid-base .slick-dots {
  bottom: 5px;
}
.so-widget-acc-author-grid-style-d75171398898-150 .acc-author-grid-base .slick-dots li button:before {
  font-size: 10px;
  color: #c3c3c3;
}
.so-widget-acc-author-grid-style-d75171398898-150 .acc-author-grid-base .slick-dots li.slick-active button:before {
  color: #000000;
}