
/* Email Video Landing Page Styles */

.breadcrumb li a { display:none; }

.content-asset { text-align:center; }

.videoMaxwidth { display:block; width:100%; max-width:900px; margin:0 auto; background: #f2f2f2; }

.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; }

.videoWrapper iframe { border:none; position: absolute; top: 0; left: 0;	width: 100%;height: 100%; }

h1.withIntroCopy { margin: 10px 0 15px 0; font-size: 35px; }

p.introCopy { padding: 0 0 25px 0; max-width: 900px; margin: 0 auto 60px; }

.button strong { font-weight:500; }

@media only screen and (max-width: 768px){ 
	
.button strong { display:none; }
	
h1.withIntroCopy { margin: -20px 0 15px 0; }
	
}

.button:hover { color:rgba(255,255,255,0.60) }