#main-content {
	display: none;
	position: absolute;
	min-width: 250px;
	left: -250px;
	transition: margin .4s;
	overflow: hidden;
}

.videoplayer {
	display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
	left: 20px;
}
