@charset "utf-8";
/* CSS Document */

.video{
	position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
	object-fit: cover;
}

.link{
	color: rgba(131,82,167,1.00);
	font-style: normal;
	text-decoration: none;
	font-size: 2.2vw;
}


.container{
	position: fixed;
	left: 50%;
	bottom: 10%;
	z-index: 1000;
	
	background: rgba(117,192,196,1.00);
	display: inline;
	box-decoration-break: clone;
	padding: 0.8em 1.6em;
	border-radius: 20px;
	
}

@media (max-width: 600px) {
  .link {
    font-size: 5vw;
  }
  .container {
	right: 20%;
	left: 20%;
    bottom: 20%;
    padding: 0.5em 0.8em;
  }
}
