.fullscreen-bg {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
 
.fullscreen-bg .embed-responsive-item,
.fullscreen-bg iframe,
.fullscreen-bg embed,
.fullscreen-bg object,
.fullscreen-bg video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
 
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
 
.embed-responsive-4by3 {
  padding-bottom: 75%;
}