#give-grids {
margin-top: 0px;
position: relative;
max-width: 100%;
width: 100%;
}
.white-panel img {
width: 100%;
max-width: 100%;
height: auto;
}
.white-panel {
position: absolute;
background: white;
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
padding: 10px;
}
white-panel h4 {
font-size: 15px;
margin-top:5px;
}
.white-panel h4 a {
color: #A92733;
}
.white-panel:hover {
box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
margin-top: -5px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
  
@media (max-width: 768px) {
  .label-responsive {
    padding:2px 4px;
    font-size:80%;
    line-height: 1;
    border-radius:3px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .label-responsive {
    padding:4px 9px;
    font-size:90%;
    line-height: 1.2;
  }
}
.give_gallery_thumb {
	cursor: pointer;
}