.keyvisual-video-mobile {
	display: none;
	padding-top: 10.5rem;
	padding-bottom: 9rem;
	text-align: left;
	color: #fff;
	background-image: var(--background);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}
@media (max-width: 991px) {
	.keyvisual-video-desktop {
		display: none;
	}
	.keyvisual-video-mobile {
		display: block;
	}
}