@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	.sticky {
		padding: 35px 0px;
	}
	
	.zone-1 {
		height: 79vh;
	}
	.zone-1 .container-fluid {
		width: 80vw;
	}
}