.demos {
	margin:0;
	text-align: center;
}
.demos a {
	display: block;
    text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
	transition: all 0.5s;
}
.no-mobile .demos a:hover {
	background-color:#ededeb;
}
.demos .demo img {
    width: 100%;
    height: auto;
}
.demos .demo-title {
    font-family: 'Source Code Pro', sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 400;
    color: #333330;
    padding-bottom: 20px;
}