


img.js_main_slider_item_img {
	width: 100%;
}
/* Вставь в style.css или в <style> внутри <head> */
@media (max-width: 768px) {
	.no_mobile {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
}

@media (min-width: 769px) {
	.no_mobile {
		display: block !important;
	}
	.mobile {
		display: none !important;
	}
}
