.navbar{
  z-index: 100;
  position: fixed;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.nav-logo{
  width: 150px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
.main-container-shadow{
  /* change the opacity and size of the container convering the pages */
  padding: 10px;
  background-color: rgba(0,0,0,0.5);
  background-clip: content-box;
}
.go-back-button{
  position: static;
  height: 25px;
  width: 30px;
}
.main-title h2{
  font-weight: bolder;
}
.filtering span{
  color: white !important;
  background-color: transparent !important;
  border: 1.5px solid white !important;
  padding: 10px !important;
  margin-right: 5px;
}
.filtering span.active{
  background-color: #03345f !important;
  color: white !important;
  border: 1.5px solid #03345f !important;
}
@media screen and (max-width: 768px){

  /* Override the original overlay */
  .influencers-two .item-img-overlay {
    position: absolute;
    top: auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #ffffff;
    opacity: 1;
    -webkit-transition: all 0s;
    transition: all 0s;
    z-index: 2;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .overlay-info{
    padding-top: 5px;
  }
}