.Projects {
}
.Projects .col-md-4 {
	height: 360px;
	z-index: 1040;
}
.Projects .col-md-4:first-child {
	z-index: 1000;
}
.Projects .col-md-4 a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.Projects .col-md-4 a > div {
	height: 100%;
	width: 100%;
}
.Projects .col-md-4 a:hover > div {
	background-image: url('/media/1031/black-trans-80.png');
}
.Projects .col-md-4 a:hover .invisible {
	visibility: visible !important;
    align-items: flex-end;
    display: grid;
}
.Projects .col-md-4 a img {
	max-width: 100%;
	max-height: 100%;
}
.Projects h1 {
	font-size: 40px;
	line-height: 51px;
	text-transform: uppercase;
}
.Projects .invisible .title h2 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none!important;
    width: 100%;
    margin: 0 0 11px 15px;
}
.Projects .invisible .link {
    font-size: 12px;
    color: #ffffff;
    text-transform: lowercase;
    padding: 0 19px 15px 0;
    text-decoration: none!important;
}
.breadcrumb {
	padding-top: 0!important;
	margin-top: 116px;
	margin-left: 1px;
}