.grid__item_span_21
{
width:32.999%;
}
.head1234
{
height:200px; 
/*background:url('../images/bg-vector-lg.png');
background-color:rgba(247,117,29,.5);
background-size:100% 100%;*/
background: #F7751D;
background: -webkit-linear-gradient(left,#F7751D 0%,#F7751D 100%);
background: linear-gradient(to right,#F7751D 0%,#F7751D 100%); */

}
.img123
{
width:200px;
height:200px;
}
.event123
{
background:#F7751D;
padding:6px;
 text-align:center;
 color:#FFFFFF;
 font-size:24px;
 font-family: 'Khand', sans-serif;
 font-weight:normal;
}
.gallery123
{
width:25%;

}
form
{
width:100%;
margin-bottom:5px;

}
input
{
width:29%;
padding-left:5px;
height:34px;
background-color: #ccc;

}
textarea
{
width:99%;
margin-top:10px;
background-color: #ccc;
}

@media only screen and (max-width:480px)
{
.gallery123
{
width:100%;
}
textarea
{
width:100%;
}
input
{
width:100%;
margin-bottom:5px;
}


}
