@charset "utf-8";

#productAbout {
	max-width: 750px;
	margin: 0 auto;
	position: relative;
}

#productAbout img {
	display: block;
	width: 100%;
	height: auto;
}

#productAbout .bnr {
	display: flex;
	justify-content: center;
}

#productAbout .rel {
	position: relative;
}

#productAbout .rel img {
	position: relative;
	z-index: 1;
}

#productAbout .movie {
    width: 60%;
    position: absolute;
    top: 20%;
    left: 4%;
    z-index: 2;
}

#productAbout .movie video {
	width: 100%;
}