.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.youtube-container iframe,.youtube-container object,.youtube-container embed
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper .col4{padding-bottom:1em;}

.ss_samsung .videoBtns {
	overflow: auto;
	text-align: center;
	clear: both;
	background: #0057A4;
}

.ss_samsung .videoBtns .videoBtnBg{
	max-width: 1500px;
	margin: 0 auto;
}

.ss_samsung .videoBtn {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.ss_samsung .videoBtn.bColor1{background:#256996;}
.ss_samsung .videoBtn.bColor2{background:#105593;}

.ss_samsung .videoBtn:hover, .ss_samsung .videoBtn:focus {
	background: #666;
	color: #fff;
}

.ss_samsung .videoBtn.active{
	background: #01A8DF;
	color: #000;
}

.videoWrapper .videoWrapperDiv{max-width: 1200px; margin: 0 auto; padding: 0 .5em;}

@media (max-width: 64em){
.ss_samsung .videoBtns .col1 {
width: 100% !important;
}}

.videoHeader{max-width:1200px; margin: 2em auto; text-align:left; padding:0 .5em; background: url(../images/topImg.png) top right no-repeat; background-size: auto 100%;}
.videoHeader .col4{float:none;}
.videoHeader h3{font-size: 3em; color: #0057a4; padding-bottom: .3em; text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;}
.videoHeader p{margin: 0; line-height: 1.2; font-size:1.5em;}

.videoHeader .sns{margin-top:1em;}
.videoHeader .sns a{font-size: .7em; color: #0057A4; border:1px solid #0057A4; border-right: 0; padding: .5em 1em; display:inline-block; float:left;}
.videoHeader .sns a:focus, .videoHeader .sns a:hover{background: #0057A4; color: #fff;}
.videoHeader .sns a.snsGoogle{border-right: 1px solid #0057A4;}

.videoWrapper .col4 {padding-top:2em; padding-bottom:2em; background:#ebebeb;}
.descT{text-align: left; padding:1em 0.5em 1em 0.5em; max-width:1200px; margin: 0 auto;}

@media (min-width: 64em){
.visMobile {display: none !important;}
}
@media (max-width: 64em){
.hideMobile {display: none !important;}
.videoHeader{background: url(../images/topImgM.png) top right no-repeat; background-size: auto auto;}
.videoHeader h3{font-size:2.3em; max-width:70%;}
.videoHeader p{font-size:1.1em;}
.videoHeader .sloganM{max-width:100%; padding-bottom:1em;}
.videoHeader .sns a{font-size: .8em;}
.descT{text-align: left;}
}
@media (max-width: 48em){
.videoHeader{background: none;}
.videoHeader h3{font-size:2.3em; max-width:100%;}
.videoHeader p{font-size:1em;}
.snsTitle{display:none !important;}
.videoHeader .sns a{font-size: 1.3em; padding:.5em 1em .3em 1em;}
} 


/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -160px;
		width: 300px;
		max-width: 100%;
		background: #fff url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 10px 10px 10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 

	.reveal-modal iframe{width:310px; height:670px; background:#fff; overflow:hidden;}