html {
	height:100%;
	width:100%;
	background-color: black;
	text-align:center;
}

html, body {
    margin: 0;
    height: 100%;
	overflow: hidden;
}
.pnt{
	z-index:-100;
	overflow:hidden
}

.frame{
	height:105%;
	width:100%;
	transform: scale(2,1);
}

.count{
	z-index:100;
	color:red;

}

@media (min-width: 600px){
	.frame {
		transform: scale(1,1);
	}

}

