.fnetbr-pbb .img_mobile {
	display: none;
}

.fnetbr-pbb-label {
	font-size: 10px;
	color: #383838;
	display: block;
	text-align: right;
	line-height: 24px;

	.fnetbr-pbb .img_mobile {
		display: none;
	}

	.fnetbr-pbb-label {
		font-size: 10px;
		color: #383838;
		display: block;
		text-align: right;
		line-height: 24px;
	}

	@media only screen and (max-width: 600px) {
		.fnetbr-pbb .img_desktop {
			display: none;
		}

		.fnetbr-pbb .img_mobile,
		.fnetbr-pbb .img_desktop_only {
			display: block;
		}
	}
}

@media only screen and (max-width: 600px) {
	.fnetbr-pbb .img_desktop {
		display: none;
	}

	.fnetbr-pbb .img_mobile,
	.fnetbr-pbb .img_desktop_only {
		display: block;
	}
}