.psc-fc-container{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.psc-fc-post{
  /* display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; */
  margin-bottom: 15px;
}

.psc-fc-post:hover img{
  opacity: 0.4;
}

.psc-fc-post:hover{
  background-color: #f6f6f6;
}

.psc-fc-post:last-child{
  margin-right:0 !important;
}

 /*
.psc-fc-overlay{
  background-color: #fff;
  opacity: 0.1;
  display: none;
  z-index: 1000;
  position: relative;
  width: 100%;
  height: 100%;
}
*/


.psc-one-third{
  width: 29%;
  margin-right: 4%;
  /* IE 9 fix */
  display:inline-block;
  vertical-align:top;
}

.psc-one-fourth{
  width: 22%;
  margin-right: 2%;
  float:left;
}

.psc-one-half{
  width: 45%;
  margin-right: 5%;
  float:left;
}

@media all and ( max-width: 600px ) {
  .psc-one-third, .psc-one-fourth, .psc-one-half {
    float: none;
    margin-right: 0;
    width: auto;
    margin-bottom: 10px;
  }
}


.psc-fc-title{
  text-align: center; margin-top: 15px; line-height: 1.3em;
}
