.footer{
	position:fixed;
	bottom:1em;
	right:1em;
	z-index:999;
}
.links__item{
	display:inline-block;
	margin-left:0.5em;
}
.header{
	position:fixed;
	top:1em;
	left:1em;
	z-index:900;
}
.main--page{
	text-align:center;
	width:66%;
	margin:auto;
	padding:3em;
}

.formats__item{
	display:none !important;
	margin-left:0.5em;
}
.formats__item:first-child{
	margin-left:0;
}
.image .formats__item:nth-child(3){
	display:inline-block;
}
.video .formats__item:nth-child(2){
	display:inline-block;
}
.page .formats__item:first-child{
	display:inline-block;
}