	.centertext{
	text-align: left;
	z-index: 100;
	padding: 15% 0 0 0;
}
	
	.responsive-video{
	position: fixed;
    top: 50%;
    left: 25%;
    min-width: 100%;
    min-height: 30%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); 
	
    }

.name{
	font-family: 'Kanit', sans-serif;
	font-display: swap
}

.tag{
	font-family: 'Roboto Mono', monospace;
	margin-bottom: 5rem;
	font-display: swap
}

@media (min-width: 1300px) {

.centertext{
	text-align: left;
	z-index: 100;
	padding: 15% 0 0 10%;
}

.tag{
	margin-bottom: 10rem;
}

.responsive-video{
	position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); 
	
}
}

