section[data-cattype="406"]{
    background-size: cover !important;
	min-height: 171px;
}

[data-cattype="406"] .bg-row{
	background-repeat:no-repeat;
	background-size:cover ;
	background-position:center;
	min-height: 171px;
	padding:0;
}

[data-cattype="406"] ul.logo-links{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

[data-cattype="406"] ul.logo-links li{
	width: calc(14.28% - 20px);
	margin: 10px;
}


/* Landscape phone  */
@media (max-width: 767px) {
	[data-cattype="406"] ul.logo-links li{
        width: calc(25% - 20px);
        margin: 10px;
    }
}