/* SMS Reklam — site geneli mobil güvenlik ağı (yalnızca @media) */

@media (max-width: 1199px) {
	html {
		overflow-x: clip;
	}

	body .themesflat-boxed,
	body #themesflat-content,
	body #main-content {
		overflow-x: clip;
		max-width: 100%;
	}

	.elementor-section.elementor-section-stretched {
		max-width: 100% !important;
		left: 0 !important;
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		transform: none !important;
	}

	img,
	iframe,
	video,
	embed {
		max-width: 100%;
	}

	table {
		display: block;
		max-width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
