@charset "UTF-8";
/* CSS Document 

Notes to Mike: 

IF YOU ADD ADDITIONAL UNIQUE HEADERS, make sure you also change VideoPopup.js

usual script reads:
#headerPopup{
  width:75%;
  margin:0 auto;
}

#headerPopup iframe{
  width:100%;
  margin:0 auto;
}

But changed it to existing because it stretched the preview display across whole screen and when shortened, pushed the player towards the left
*/



#headerPopup{
  width:75%;
  margin:0 21.5%;
}

#headerPopup iframe{
  width:77%;
  margin:0 auto;
}
#headerPopup1, #headerPopup2, #headerPopup3, #headerPopup4, #headerPopup5, #headerPopup6, #headerPopup7{
  width:75%;
  margin:0 22%;
}

#headerPopup1 iframe, #headerPopup2 iframe, #headerPopup3 iframe, #headerPopup4 iframe, #headerPopup5 iframe, #headerPopup6 iframe, #headerPopup7 iframe{
  width:77%;
  margin:0 auto;
}







#headerPopupVimeo{
  width:75%;
  margin:0 auto;
}

#headerPopupVimeo iframe{
  width:100%;
  margin:0 auto;
}