body {
  margin: 0;
  padding: 0;
}

div {
  margin: 0;
  border: 0;
  padding: 0;
}

.flex-container {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  
}

.container1 {
  height: 100vh;
  width: 50vw;
  display: flex;
  align-items: center;
}

.video {
  width: 100vw;
  height: 28.125vw
}

.video iframe {
  width: 100%;
  height: 100%;
}

.cover {
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background-color: black;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.videoframe {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#myVideo {
  position: fixed;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container2 {
  width: 25%;
}

.imagelist {
  background-color: white;
  width: 49%;
  height: 100vh;
  overflow: scroll;
}
