body{
padding: 50px 0px;
margin: 0px;
}
.relative {
position: relative;
}
.layed {
position: absolute;
bottom: 0;
}
.big-grid-overlay.layed {
padding: 10px;
position: absolute;
bottom: 0px;
width: 100%;
z-index: 1;
color: white;
}
.big-grid-1.clearfix {
position: relative;
}
.col-md-6.relative a::before {
content: " ";
position: absolute;
height: 100%;
width: 100%;
z-index: 1;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);