body {
  margin: 0;
  background: #000; 
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height:100vh;
    
}

.video-daily {
  width:60%;
  min-width:360px;
max-width:900px;
  height:auto;
}
.video-daily  video{
width: 100%;
max-height: 100vh;
}

