.gallery
{
    margin-left : 7.5%;
    width : 85%;
    height : 720px;
    border : 1px soild #fff;
}
.gallery-event
{
    width: 28%;
    box-shadow : 5px 5px 10px rgba(0,0,0,0.5);
    margin:2%;
    border-radius : 10px;
    height : 300px;
    float : left;
    position : relative;
}
.gallery-event .event-name
{
    text-align : center;
    background-color : rgb(217, 35, 45);
    position : absolute;
    top :245px;
    left : 0px;
    color : #fff;
    text-transform : uppercase;
    font-weight : bold;
    font-size : 100%;
    width: 100%;
    padding : 15px 0px;
    border-radius : 0px 0px 10px 10px;
}