@media screen and (max-width: 767.98px) {
	#container #header #logo #logoImg {
		background: url(../assets/img/logo-mobile-min.ng.png) no-repeat !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
	#container #header #logo #logoImg {
		background: url(../assets/img/logo-mobile-min.ng.png) no-repeat !important;
	}
}
@media (min-width: 1024px) {
	#container .mpg #logo #logoImg {
		background: url(../assets/img/logo.ng.png) no-repeat !important;
	}
}
@media (min-width: 1024px) {
	#container .spg #logo #logoImg {
		background: url(../assets/img/logo-small.ng.png) no-repeat !important;
	}
}
@media screen and (max-width: 767.98px) {
.mobile #logo #logoImg {
	background: url(../assets/img/logo-mobile-min.ng.png) no-repeat !important;
}
}