/* This only applies to the links page. No other pages use this css. */
/* body opacity = 1 - Prevent background logo showing. Couldn't get it to work by changing opacity of .phview__wrap 	or	#gallery 
Could make this an inline style on links.php
This only applies to the links page. No other pages use this css.
*/
body {			
	opacity: 1;
}

#videoBox{
	width: 50%; 
	margin: 0 auto;
}

@media(max-width: 768px) {     /* tablet screen sizes   */
  #videoBox{
		float:none;
    text-align:left;
    width:100%;
		margin: 0;
  }
}