@charset "utf-8";

/*======== .imageAnchor ========*/
.imageAnchor {
	display: none;
}

/*======== #video ========*/
#video {
max-width: 100%;
height: auto;
margin: auto;
position: relative;
}
#video iframe {
max-width: 100%;
height: auto;
}
#play_button {
max-width: 100%;
height: auto;
background-color: #364;
cursor: pointer;
}