/* TUTORIAL */
.tutorial-item {
	margin: 3rem 0;
	display: flex;
    flex-direction: column;
    gap: 1rem 0
}

.tutorial-title {
	text-align: center;
    font-size: var(--SECTION_HEADER_FONT_SIZE);
    letter-spacing: 1px;
    font-weight: var(--MED_FONT_WEIGHT)
}

.tutorial-video {
	position: relative
}

.tutorial-video iframe {
	width: 100%;
	height: 100%;
    min-height: 800px !important;
	background: transparent
}
/* TUTORIAL */