.mfn-fake-sale-noti-img img:not([src$=".svg"]) {
  	width: 150px !important;
 	height: 150px !important;
 	object-fit: contain;
}

@media only screen and (max-width: 450px) {
	.mfn-fake-sale-noti-img img:not([src$=".svg"]) {
  		width: 75px !important;
 		height: 75px !important;
 		object-fit: contain;
	}
}

@media only screen and (max-width: 767px) {
	.mfn-fake-sale-noti-img img:not([src$=".svg"]) {
		width: 75px !important;
  		height: 75px !important;
  		object-fit: contain;
	}
}