/* MJ Painting - additions on top of the original theme styles. */

/* Video section (home page): holds the vertical YouTube Short. */
.mj-video {
	position: relative;
	display: block;
	background-color: var(--ambed-extra, #f2eeeb);
	padding: 120px 0;
}

.mj-video__player {
	position: relative;
	width: min(360px, 78vw);
	margin: 0 auto;
	aspect-ratio: 9 / 16;
	border-radius: 10px;
	overflow: hidden;
	background-color: #000;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.mj-video__player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 767px) {
	.mj-video {
		padding: 80px 0;
	}

	.mj-video .section-title {
		margin-bottom: 40px;
	}
}
