.grid-facebook, .grid-facebook-sizer {
  width: 23%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .grid-facebook, .grid-facebook-sizer {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.grid-facebook-container {
  position: relative;
}

.grid-facebook-container .time {
  position: absolute;
  top: 10px;
  background-color: #607d8b;
  color: white;
  font-size: 11px;
  padding: 3px;
  line-height: normal;
  font-weight: bold;
}

.grid-facebook-container .desc {
  font-size: 12px;
  line-height: normal;
  text-align: center;
}

.grid-facebook-container figure img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.grid-facebook-container figure:hover img {
  opacity: .5;
}

.owl-facebook .card-container {
  padding: 0;
  position: relative;
  border-radius: 0;
  margin-bottom: 60px;
}

.owl-facebook .card-container .image {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.owl-facebook .card-container .time {
  position: absolute;
  top: 10px;
  background-color: #607d8b;
  color: white;
  font-size: 11px;
  padding: 3px;
  line-height: normal;
  font-weight: bold;
}

.owl-facebook .card-container .desc {
  padding: 20px;
  color: black;
}

/*# sourceMappingURL=style.css.map */