.grid1st{
 width:100%;
  background:#eee;
}
.grid1st h3 a{
position:relative;
bottom:30px;
left:0px;
    top:0;
    -webkit-transition:all 1s ease;
       -moz-transition:all 1s ease;
        -ms-transition:all 1s ease;
         -o-transition:all 1s ease;
            transition:all 1s ease;
}

.grid1st:hover h3 a{
  font-size:25px;
  padding:5px;
  display:block;
  color:#fff;
background-color: rgba(0, 0, 0, 0.5);
    top: -200px;
}
.grid1st img { transition: all .5s ease-in-out; }
.grid1st img:hover { transform: scale(1.5); }

.vc_tta-panel-body{
 border:none !important; 
}

.callout {
border-left: 6px solid rgba(42, 42, 42, 0.42);
    background-color: rgba(42, 42, 42, 0.07);
padding: 1em;
  
}
.bbp-submit-wrapper {
    text-align: right;
    float: left;
 margin-right: 10px;
}