.product-video {
	display: flex;
	margin: 30px 55px;
}
.product-video .left {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 462px;
	margin-right: 10px;
	position: relative;
	width: 404px;
}
.product-video .title {
	color: #CB2127;
	font-size: 18px;
	font-weight: bold;
	padding: 40px;
}
.product-video .hydrogen-button {
	background: #2FBEBF;
	bottom: 40px;
	color: white;
	left: 50%;
	padding: 0 18px;
	position: absolute;
	transform: translateX(-50%);
	width: 200px;
}

@media screen and (max-width: 959px) {
	.product-video {
		margin: 30px 0;
	}
	.product-video .title {
		padding: 20px;
	}
}

@media screen and (max-width: 767px) {
	.product-video {
		display: none;
	}
}