.pictures-row img{
	width: 100%;
}
.research-development{
	margin-top: 50px;
}

.research-container .black-triangle {
    position: absolute;
    bottom: -4px;
    left: 49%;
    display: none;
}
.research-container{
	text-decoration:none;
	margin-bottom: 20px;
}
.research-container:hover{
	text-decoration: none;
}

.research-container .full-width{
	background:#f6f4f7!important;
	color: black;
	text-decoration: none!important;

}
.research-container:hover .full-width{
	background:#58585a!important;
	color: white;
	text-decoration: none!important;

}
.research-container:hover .mask{
	display: block;
}
.research-container:hover .text-container{
	text-decoration: none!important;

}

.research-container:hover p{
	text-decoration: none!important;
}
.research-container:hover .black-triangle {
    display: block;
    text-decoration: none;
    width:20px;
}
.research-container .hovered {
    background-color: #58585a!important;
    color: white!important;
}
.research-development .load-more{
	margin-bottom: 50px;

}