/* VIDEOBOX */
#videobox-content {width: auto !important; height: auto !important;}
#videobox-frame {width: auto !important; height: auto !important;} 

/* VIDEOBOX HOME */
.overlay {display:none; position:fixed; top:0%; left:0%; width:100%; height:100%; background-color:#494458; z-index:1001; -moz-opacity:0.7; opacity:.70; filter:alpha(opacity=70);} 
.videobox {display:none; position:fixed; top:25%; bottom:25%; right:25%; left:25%; width:46%; height:46%; background-color:#494458; z-index:1002; overflow:visible; text-align:center; padding:2%;}

#videobox-close {background:url("http://www.opendoorsuk.org/images/close_button.png") repeat scroll 0 0 transparent; height:29px; width:29px; cursor:pointer; position:absolute; right:-12px; top:-14px; z-index:1103; text-decoration:none;}


@media only screen and (max-width:479px) {
	.videobox {display:none; position:fixed; top:5%; bottom:5%; right:5%; left:5%; width:86%; height:86%; background-color:#494458; z-index:1002; overflow:visible; text-align:center; padding:2%;}	
}