@charset "utf-8";

body{
	font-family:"Arial Black", Gadget, "sans-serif",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 1em;
	background-image: url("IMG_1908.png");
	background-repeat: no-repeat; 
	background-size: cover;
}

.video-container {
  position: relative;
}

video {
  width:100%
}


