.eai-insert {
	box-sizing: border-box;
	clear: both;
	display: block;
	margin: 28px auto;
	max-width: 100%;
	overflow: visible;
	text-align: center;
	width: 100%;
}

.eai-insert *,
.eai-insert *::before,
.eai-insert *::after {
	box-sizing: border-box;
}

.eai-insert img,
.eai-insert video,
.eai-insert iframe {
	height: auto;
	max-width: 100%;
}

.eai-insert ins.adsbygoogle {
	max-width: 100%;
}

@media (max-width: 767px) {
	.eai-insert {
		margin-bottom: 22px;
		margin-top: 22px;
	}
}

