
body {
  margin: 0 auto;
  overflow: hidden;
  background:#555555;
}
.bg_image {
  width: 95%;
  max-width:3840px;
  /* height: 100%; */
  position: absolute;
  top: 0;
 /* right:0;*/
  left: 0;
  margin:0 auto;
}
.video_wrapper {
	width: 60%;
	margin: 0px auto;
margin-top: 10%;
}
div.stretchy-wrapper {
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
  /*box-shadow: 0px 0px 100px #000000;*/
}

div.stretchy-wrapper > div {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}
.logo {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  display:none;
  height: 80px;
  text-align: right;
}

@media all and (max-width: 990px) and (orientation: portrait) {
.bg_image { width:100%; }
  .video_wrapper {
    margin-top:20%;
	width:85%;
  }



}
@media all and (max-width: 767px) and (orientation: landscape) {
.bg_image { width:100%; }
  .logo {
    bottom:5px;
  }



}