.pointer {
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	footer {
		display: block;
		position: relative;
		height: 800px!important;
	}
}

@media screen and (min-width: 768px) {
	footer {
		display: block;
		position: relative;
		height: 600px!important;
	}
}

@media screen and (min-width: 992px) {

}