@charset "UTF-8";
/* CSS Document */

#modal {
padding-top: 0px !important;
}

#vjs-container div.video-js nav .projectbutton.custom.link a {
    text-decoration: none !important;
}
#video-frame {
    background-color: transparent !important;
}
 #modal .contents { max-width: 500px !important;}


@media (min-width:  750px) {
 #modal { padding-top: 70px !important;}
 

}

@media (min-width:  1200px) {
 #modal { padding-top: 0px !important;} 
}
@media (min-width: 1281px) {
	#modal .contents { max-width: 1000px !important;}
}