.anthemeblocks-staticblockcategory {
  margin-bottom: 78px;
}
.categories-title {
  font-size: 32px;
  margin: 2px 0 35px;
  text-align: center;
}
.categories-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.categories-wrapper-slider {
  margin: 0;
}
.staticblockcategory-item{
  position: relative;
  overflow: hidden;
}

.staticblockcategory-item.staticblockcategory-item-big {
  width: 160px;
  position: relative;
  margin: 0 15px 16px;

}
.categories-wrapper-slider .staticblockcategory-item.staticblockcategory-item-big {
  margin: 0 auto 16px;
}
.staticblockcategory-item .satitblock-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
  height: 110px;
  margin-bottom: 12px;
}

.anthemeblocks-staticblockcategory-desc h6 {
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  text-transform: uppercase;
}

.anthemeblocks-staticblockcategory .owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
}

.anthemeblocks-staticblockcategory .categories-nav {
  display: flex;
  justify-content: center;
}
.anthemeblocks-staticblockcategory .categories-nav i {
  background: #f6f6f6;
  border-radius: 50%;
  cursor: pointer;
  font-size: 21px;
  margin: 0 3px;
  height: 35px;
  line-height: 35px;
  width: 35px;
  text-align: center;
}
.anthemeblocks-staticblockcategory .categories-nav i:hover {
  color: #fff;
}

/*** effects ***/
.staticblockcategory-item .satitblock-image {
  position: relative;
}

.staticblockcategory-item:hover .satitblock-image::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
      left: 125%;
  }
}
@keyframes shine {
  100% {
      left: 125%;
  }
}

@media( max-width:768px){
  
  #anthemeblocks-reviews_29 {
    position: relative;
    width: 100%;
    max-width: 80%;
    margin: 20px auto;
    padding: 10px 8%;
    background-color: transparent;
    overflow: hidden;
    box-sizing: content-box;
    min-height:400px;
  }
  #anthemeblocks-reviews_29 .owl-stage-outer {
    overflow: visible;
  }

  .anthemeblocks-staticblockcategory .owl-stage {
    height: 300px;
  }

  .anthemeblocks-staticblockcategory .owl-item {
    float: left;
    position: relative;
    height: calc(50% - 10px);
    transition: opacity 1s ease;
  }
  .anthemeblocks-staticblockcategory .owl-item:not(.active) {
    opacity: 0;
  }
  .anthemeblocks-staticblockcategory .owl-item1:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  #anthemeblocks-reviews_29:hover .owl-item:after {
    opacity: 1;
  }

  .anthemeblocks-staticblockcategory .owl-item > div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    opacity: 1;
  }
  #anthemeblocks-reviews_29 .owl-item:nth-child(odd) > div {
    top: 0;
  }
  #anthemeblocks-reviews_29 .owl-item:nth-child(even) > div {
    top: calc(100% + 55px);
    left: -75px;
  }

}