.sticky {
	display: block;
	position: relative;
	top: -148px;
	visibility: hidden;
}
@media (min-width: 1600px) {
#hero .heroDesc {
    margin-top: 330px !important;
}}

@media (min-width: 992px) {
#hero .heroDesc {
    margin-top: 200px !Important;
}}