#container-story{
			width:100%;
			height:100%;
			position:absolute;
			top:0;
			left:0;
			z-index:5;
			display:none;
		}
		#bg-container-story{
			width:100%;
			height:100%;
			/*background:transparent;*/
			background:rgba(0,0,0,0.5);
			position:absolute;
			top:0;
			left:0;
		}
		#bt-bg-container-story{
			cursor:default;
		}
		#container-story-circle{
			width:600px;
			height:600px;
			border-radius:50%;
			background:white;
			position:absolute;
			left:50%;
			top:50%;
			margin:-300px 0 0 -300px;
			-webkit-transform:scale(0,0);
		}
		#bg-circle-story{
			width:620px;
			height:620px;
			border-radius:50%;
			background:#333333;
			position:absolute;
			margin:-10px 0 0 -10px;
			box-shadow:3px 4px 2px black;
		}
		#container-story-circle img{
			margin:-5px 0 0 -5px;
			position:absolute;
			pointer-events:none;
		}
		#story-img{
			left:-96px;
			top:4px;
		}
		
		#container-story-mask{
			width:600px;
			height:600px;
			position:absolute;
			border-radius:50%;
			overflow:hidden;
			background:white;
		}
		#container-story-mask img{
			position:absolute;
		}
		#container-story-mask span{
			font-size:25px;
			position:absolute;
			left:230;
			top:100;
			-webkit-text-stroke-width: 1px;
   			-webkit-text-stroke-color: black;
		}
		#container-story-mask p{
			font-size:18px;
			position:absolute;
			left:150px;
			top:124px;
			text-indent:30px;
		}
		/*clock-story*/
		#clock-story{
		 	position:absolute;
		 	top:50%;
		 	margin-top:-100px;
		 	left:0px;
		 	margin-left:-145px;
		 	width:200px;
		 	height:200px;
		 	border-radius:50%;
		 	background:#333333;
		 	box-shadow:0 2px 2px black;
		 	-webkit-transform:scale(0,0);

		 }
		 #bg-currentSec-story{
		 	width:32px;
		 	height:32px;
		 	border-radius:50%;
		 	background:white;
		 	text-align:center;
		 	position:relative;
		 	left:70px;
		 	top:37px;
		 	}
		 #currentSec-story{position:relative;top:3.5px;margin-left:-0.5px;font-size: 20px;color:rgba(0,0,0,0.8);}
		 #hourAndMin-story{
		 	color:white;
		 	position:relative; 
		 	text-align:center;
		 	width:200px;
		 	position:relative;
		 	left:-29px;
		 	top:49px;
		 }
		 #hourAndMin-story span{font-size: 35px;}
		 #dateMonthYear-story{
		 	color:white;
		 	position:relative;
		 	text-align:center;
		 	width:290px;
		 	position:relative;
		 	left:-69px;
		 	top:47px;
		 }
		 #dateMonthYear-story span{font-size: 17px;}

		 #bt-close-story{
		 	width:65px;
		 	height:65px;
		 	border-radius:50%;
		 	background:#333333;
		 	position:absolute;
		 	top:26px;
		 	right:68px;
		 	text-align:center;
		 	-webkit-transform:scale(0,0);
		 }
		 #bt-close-story span{
		 	color:white;
		 	font-size: 25px;
		 	position:relative;
		 	top:11px;
		 	left:5px;
		 }
		 #bt-close-illus{
		 	width:45px;
		 	height:45px;
		 	background:rgba(0,0,0,0);
		 	position:absolute;
		 	top:30px;
		 	right:75px;
		 }