The perpous of This script make naturalbd.com bannaer image full view.
// ==UserScript==
// @name Naturalbd.com - Banner Image Fix
// @namespace http://tampermonkey.net/
// @version 0.1
// @description The perpous of This script make naturalbd.com bannaer image full view.
// @author You
// @match http://www.naturalbd.com/
// @grant none
// ==/UserScript==
$(".support_panel").append("<style>.zn_simple_slider-itemimg {background-size: contain;}</style>");