#MainGrid{
    width: 100%;
    overflow: hidden;
}

#MainGrid .item{
    display: block;
    position: relative;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

#MainGrid .caption{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

#MainGrid .caption .text{
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 24px;
}

#MainGrid .caption p{
    color: black;
    font-size: 18px;
    font-weight: 400;
}

#MainGrid .caption p.description{
    color: black;
    font-size: 18px;
    font-weight: 400;
}

#MainGrid a, #MainGrid a:hover, #MainGrid a:visited, #MainGrid a:active{
    text-decoration: none;
    outline: none;
}