
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.main-content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #eaeaea;
  width: 100%;
  padding: 20px;
}

.v-align-center {
  position: absolute;
  top: 5%;/*50%;*/
  /*transform: translate(0, -50%);*/
  padding: 10px;
  width: 100%;
}

.text-link-light {
	color: #ebb991;
	font-size: 20px;
	font-weight: 500;
	transition: color 0.3s;
}

.text-link-light:hover {
	color: #f1d6b1;
	text-decoration: none;
}

.text-link-light-small {
	color: #ebb991;
	font-size: 16px;
	font-weight: 500;
	transition: color 0.3s;
}

.text-link-light-small:hover {
	color: #f1d6b1;
	text-decoration: none;
}