#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 100%;
   /* padding: 20px;*/
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #333;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
	
	
	
}

#modal-container{
	max-width:560px;
	margin:auto;
	}
	
#video-wrapper{
width:560px;
height:315px;
margin-bottom:20px;
}

img#video-logo{
margin-top:20px;
margin-bottom:40px;
float:right;
}

#modal h2{
clear:both;
}

#modal p{

}