.embed-layout {
	padding-block: 80px;
	scroll-margin-top: calc(var(--pk-header-height) + 40px);
}

.embed-layout .pk-grid-container {
	row-gap: 40px;
}

.embed-layout .pk-grid-container .pk-text {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.embed-layout .embed {
	min-height: 800px;
	aspect-ratio: 16 / 9;
	width: 100%; height: 100%; border: none;
}

.embed-layout .embed > * {
	width: 100%; height: 100%; border: none;
	border-radius: 5px;
	overflow: hidden;
}

@media screen and (max-width: 992px) {
	
	.embed-layout {
		padding-block: 60px;
	}
	
}

@media screen and (max-width: 768px) {
	
	.embed-layout {
		padding-block: 0px;
	}

}