@media screen and (max-width: 960px) {
	.mobile #content {
		padding-top: 140px;
		transition: all 0.6s;
	}
}
