body,html{
    margin: 0;
    padding: 0;
    background-color: black;
}


.container{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 0;
}

#pic,#vid{
    height: 100%;
    max-width: 100vw;;
  object-fit: cover;
}
