
/* LESS VARIABLES */
.rounded-corners (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
/* ############## */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: CharterOSCRegular;
	background: #fff;
	font-size: 15px;
	line-height: 21px;
	height: 100%;
}
#header {
	font-family: FFDINBold;
}
#wrapper {
	width: 100%;
	height: 100%;
	
	img {
		display: block;
	}
}
.video1 {
	position: absolute;
	margin-top: 20%;
	margin-left: 7%;
	z-index: 100;
}
.video2 {
	position: absolute;
	margin-left: 7%;
	margin-top: 360%;
	z-index: 100;
}
.gov {
	position: absolute;
	margin-top: 160%;
	z-index: 100;
	right: 1%;
}
.gif1 {
	position: absolute;
	margin-left: 2%;
	margin-top: 170%;
	z-index: 99;
}
.gif2 {
	position: absolute;
	margin-left: 15%;
	margin-top: 60%;
	z-index: 99;
}
.likes {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 1000;

	padding: 10px;
	
	-webkit-transform: scale(2);  
	     -moz-transform: scale(2);  
	      -ms-transform: scale(2);  
	       -o-transform: scale(2);  
	          transform: scale(2);
	
}
.copyright {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 101;
	color: #00f;
	a {
		color: #00f;
	}
}