@media all
{
	.featherlight{ display:none; position:fixed; top:0; right:0; bottom:0; left:0; z-index:2147483647; text-align:center; white-space:nowrap; cursor:pointer; background:rgba(69,109,49,.7);}
	.featherlight:last-of-type{  background:rgba(79,170,9,.9);}
	.featherlight:before{ content:''; display:inline-block; height:100%; vertical-align:middle; margin-right:-.25em}
	.featherlight .featherlight-content{ width:80%; color:#fff; position:relative; vertical-align:middle; display:inline-block; padding:25px 35ox 25px 25px; margin-left:5% ;margin-right:5%; max-height:95%; background: rgba (255,255,255,0.5); cursor:auto; white-space:normal; line-height:28px; overflow:auto; text-align:left; font-size:16px;}
	.featherlight .featherlight-inner{display:block; padding-top:50px;}
	.featherlight .featherlight-close-icon{ position:absolute;z-index:9999; top:0; right:0; line-height:32px; width:50px; height:50px; cursor:pointer; text-align:center; font-family:Arial,sans-serif; background:#fff; color:#5ec60a; border-radius:35px; font-size:30px; line-height:50px; border:none;}
	.featherlight .featherlight-image{width:100%}
	.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}
	.featherlight iframe{border:0}
	.mantitle b { font-size:20px; color: #333; margin: 15px 0 0 0; font-weight:bold; line-height:33px; display:block;}
	.mantitle { font-size:32px; line-height:40px; font-weight:bold; margin: 15px 0; display:block; color:#fff;}
	.ifotT { display:block; color:#769da6; font-size:18px; margin:10px 0 5px 0; font-weight:bold;}
	.itemB { display:block; font-size:24px; font-weight:bold; color:#b7ddf9; margin: 25px 0 10px 0;}
	.speakerName { float:left; margin: 0 3%; height:100%;}
	.speakerName img { width:100%; display:block; margin-bottom:5px; max-width:250px; border:#fff 1px solid;}
	.speakerInfo { float:left;}
	.enL { font-size:20px; display:block;}
	.enS { font-size:14px; display:block; line-height:18px;}
}
@media only screen and (max-width:700px)
{
	.featherlight .featherlight-content{ width:90%; margin-left:10px;margin-right:10px;max-height:98%;padding:15px; overflow:auto; font-size:15px; line-height:24px; text-align:justify;}
	.featherlight:last-of-type{ }
	.mantitle b { font-size:20px; margin: 15px 0 0 0; font-weight:bold; line-height:33px; display:block; text-align:left;}
	.mantitle { font-size:22px; line-height:30px; font-weight:bold; margin: 15px 0; display:block; text-align:left;}
	.ifotT { display:block; font-size:16px; margin:10px 0 5px 0;}
	.itemB { display:block; font-size:24px; font-weight:bold; margin: 25px 0 10px 0;}
	.speakerName { float:none; width:100%; margin: 0 auto; height: auto; text-align:left;}
	.speakerName img { width:70%; display:block; margin-bottom: 0 auto 5px auto; text-align:left;}
	.speakerInfo { float:none; text-align:left;}
}