@charset "utf-8";
/* CSS Document */

html, body, {
	width:100%;
	height: 100%;
	background-color: #000 !important;
	display:block;
}


/* ===== 768px - 984px ===== */

@media only screen and (max-width:984px)
{
}




/* ===== 720px - 767px ===== */

@media only screen and (max-width:767px)
{
}




/* ===== 540px - 719px ===== */

@media only screen and (max-width:719px)
{
}




/* ===== 480px - 539px ===== */

@media only screen and (max-width:539px)
{
}




/* ===== 320px - 479px ===== */

@media only screen and (max-width:479px)
{
}