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

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

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

#section2 {
	height: 5050px;
}