.c-frame {
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	z-index: 100000;
}

.c-frame--hidden {
	display: none;
}
