html,body {
	margin:0;
	padding:0;
	box-sizing: border-box;
}

input[hidden] {display: none !important}

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