.eiker-iframe-embed {
	width: 100%;
	margin: 32px 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--wp--preset--color--line, #e5e5e5);
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.eiker-iframe-embed iframe {
	display: block;
	width: 100%;
	min-width: 100%;
	border: 0;
	background: #fff;
}

@media (max-width: 781px) {
	.eiker-iframe-embed {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		border-right: 0;
		border-left: 0;
		border-radius: 0;
		overflow-x: auto;
	}

	.eiker-iframe-embed iframe {
		min-width: 1100px;
	}
}
