body {
  background-color: #EFF0F7;
  margin:0;
  left:0;
}

.video, video{
  max-width: 90%;
  max-height: 100%;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
video {
  position: absolute;
  max-height: 89%;
  border-radius: 38px;
  border: 14px solid #FBFCFF;
  background-color: white;
}
video:focus { outline:none; }
@media (min-width: 768px){
  video {
    border-radius: 50px;
  }
}
