.rr-more-links-group {

}

.rr-more-links__item {
	margin-bottom: 20px;
}

.rr-more-links__item .ModuleEditLink {

}

.rr-more-links__link {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    height: 150px;
    overflow: hidden;
    position: relative;
}

.rr-more-links__link:hover {
	text-decoration: none;
}

.rr-more-links__link::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: rgba(9, 29, 45, 0.7);
	height: 100%;
	width: 100%;
	z-index: 1;
	transition: background-color 300ms ease;
}

.rr-more-links__link:hover::before {
	transition: background-color 300ms ease;
	background-color: rgba(15, 62, 100, 0.7);
}

.rr-more-links__link img {
	object-fit: cover;
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.rr-more-links__title {
    flex: 0 1 auto;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    z-index: 2;
}
