div.fill-screen {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}

img.make-it-fit {
  max-width: 100%;
//  max-height: 99%;
  width: auto;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%
}

.content {
   font-family: helvetica;
   position: fixed;
   bottom: 0;
   background: rgba(0, 0, 0, 0.5);
   color: #f5f5f5;
   width: 100%;
   padding: 0px;
}
