.hrbc_asset_grid_item {
	width: 16.6%;
	box-sizing: border-box;
/* 	float: left; */
	display: inline-block;
	vertical-align: top;
	border: none;
	padding: 0.2em 0.4em;
}

.hrbc_asset_grid_content {
	width: 100%;
	box-sizing: border-box;
/* 	border: 1px solid #cccccc; */
	padding: 0.4em 1em;
/* 	background-color: #f3f3f3; */
}

.hrbc_asset_grid_content {
	text-align: center;
}

.hrbc_asset_grid_content h5 {
	margin-top: 8px !important;
	font-size: 11px;
	line-height: 13px;
	font-family: "Arial", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}

.hrbc_asset_grid_content img {
	max-width: 100% !important;
	max-height: 150px !important;
	width: auto;
	display: block;
	margin: 0 auto;
}

.npl_navigation {
	display: none !important;
}

.npl_media_section {
	background: transparent !important;
}
.npl_media_section img {
	max-width: 100%;
	max-height: 600px;
	display: block;
	box-sizing: border-box;
	padding: 0 1em;
}

.npl_header_section, .npl_body_section {
	text-align: center !important;
}

.npl_header_section .npl_header_title {
	font-size: 1.5em !important;
}

.npl_layer a {
	color: #b41928 !important;
	font-weight: bold !important;
}

@media screen and (min-width: 440px) and (max-width: 660px) {
	.hrbc_asset_grid_item {
		width: 33%;
	}
}
@media screen and (max-width: 440px) {
	.hrbc_asset_grid_item {
		width: 100%;
	}
}