.media-box-categories{
  font-size: 10px;
  line-height: 15px;
  margin-top: 5px;
}
.media-box-title {
    font-weight: lighter;
    font-size: 10px;
}

.grid-section{
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*background: rgb(250, 250, 250);*/
  background: #f5f6fa;
  padding-top: 50px;
  padding-bottom: 100px;
}

/* Toggle button for image info */
.info-toggle-btn {
float: right;
margin-right: 10px;
cursor: pointer;
padding: 12px 12px;
background: white;
border: 1px solid #ddd;
border-radius: 3px;
font-size: 10px;
transition: all 0.3s ease;
}

.info-toggle-btn:hover {
  background: #f5f5f5;
}

.info-toggle-btn .fa {
  margin-right: 5px;
}
