.add_fixed{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
	.add_fixed div{
	    right: 0;
	    left: 0;
	    margin-right: auto;
	    margin-left: auto;

	    width: 95%;
	    max-width: 400px;
	    background: #FFFFFF;
	    margin-top: 100px;
	    padding: 15px;
		box-sizing: border-box;



		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
	}
		.add_fixed i{
			color: #5A5A5A;
			display: inline-block;
		}

		.add_fixed a{
			display: inline-block;
			margin-right: 0px;
			float: right;
		}
		.add_fixed a img{
			width: 35px;
			padding: 5px;
			box-sizing: border-box;
		}




.video{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1200;
}
	.video div{
		position: fixed;
	    right: 0;
	    left: 0;
	    margin-right: auto;
	    margin-left: auto;

	    width: 98%;
	    max-width: 1200px;
	    margin-top: 20px;
	    background: #FFFFFF;
	    padding: 5px;
		box-sizing: border-box;



		border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
	}
		.video i{
			color: #5A5A5A;
			display: inline-block;
		}

		.video a{
			display: inline-block;
			margin-right: 0px;
			float: right;
		}
		.video a img{
			width: 30px;
			padding: 5px;
			box-sizing: border-box;
		}

		.video iframe{
			width: 100%;
			height: 675px;
		}

@media screen and (max-width: 1100px){
	.video iframe{ height: 620px; }
}
@media screen and (max-width: 1000px){
	.video iframe{ height: 565px; }
}
@media screen and (max-width: 900px){
	.video iframe{ height: 505px; }
}
@media screen and (max-width: 800px){
	.video iframe{ height: 455px; }
}
@media screen and (max-width: 700px){
	.video iframe{ height: 480px; }
}
@media screen and (max-width: 600px){
	.video div{margin-top: 100px;}
	.video iframe{ height: 325px; }
}
@media screen and (max-width: 500px){
	.video iframe{ height: 270px; }
}