@media only screen and (min-width: 1480px) {

html
    {-webkit-text-size-adjust: none;
}

*
    { -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#section2 {
	height: 4550px;
}