/* CSS Document */

h1{
	font-family: Conv_VLADIMIR;
}

body{
	background-image: url(../img/bg.jpg);
	background-size: cover;
}

.scissor{
	position: fixed;
	bottom: 50px;
	right: 10px;
	width: 30vw;
}
@media (min-width: 768px) {
.player{
	width: 25vw;
	position: fixed;
	left: 10px;
	bottom: 50px;
}
}
@media (max-width: 767px) {
.player{
	width: 100vw;
}
}
.footer{
	position: fixed;
	bottom: 0px;
	width: 100vw;
}

.fb-like{
	display: fixed;
	bottom: 0px;
	right: 5px;
}