.intro-video-outer {
	position: relative;
	height: auto;
	width: 100%;
	background-color: #ececec;
	display: flex;
	justify-content: center;
}

.intro-video-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1170px;
	padding: 24px 0;
}

.video-area {
	margin-right: 20px;
}

.video {
	width: 560px;
	height: 313px;
}

.video img {
	width: 100%;
}

.video-thumbnail:hover {
	cursor: pointer;
}

.video-description {
	width: 100%;
	flex: 1 1 10%;
	font-size: 16px;
	line-height: 22px;
	color: #606060;
	font-family: "Roboto", sans-serif;
}

.video-description-title {
	width: 100%;
	color: #1b365d;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 20px;
}

@media (max-width: 1230px) {
	.intro-video-wrapper {
		padding: 24px 30px;
		max-width: unset;
	}
}

@media (max-width: 1150px) {
	.intro-video-outer {
		height: auto;
	}
}

@media (max-width: 950px) {
	.intro-video-wrapper {
		flex-direction: column;
	}
	.video-area {
		margin-bottom: 20px;
		margin-right: 0;
	}
	.video-thumbnail {
		width: 100%;
	}
	.video-description {
		flex: none;
	}
}

@media (max-width: 700px) {
	.video {
		width: calc(100vw - 60px);
		height: 51vw;
	}
}

@media (max-width: 420px) {
	.video {
		width: calc(100vw - 40px);
		height: 50vw;
	}
	.intro-video-wrapper {
		padding: 24px 20px;
	}
}
