function startVideo() {
  $("#trailer_image").css({ "display" : "none" });
  $("#trailer_video").css({ "display" : "block" });

}