.gateway_cont{
}

.trapezoid_foodie {
    width: 67vw;
    height: 100vh;
    clip-path: polygon(100% 0%, 0% 189%, 0% 0%);
    top: 0;
	left: 0;
    position: absolute;
}

.trapezoid_farmer {
    width: 69vw;
    height: 100vh;
    clip-path: polygon(100% 100%, 0% 100%, 100% -92%);
    top: 0;
    position: absolute;
    right: 0;
}

.gateway_divider{
	width: 38vw;
    height: 34vh;
    clip-path: polygon(7% 163%, 1% 188%, 260% -625%);
    top: 30vh;
    left: 33.3vw;
    position: absolute;
    background: #ffc907;
    z-index: 99;

}

@media screen and (max-width: 699px) {
    .trapezoid_foodie {
		width: 100vw;
		height: 50vh;
		position: relative;
    clip-path: none;
	}

	.trapezoid_farmer {
		width: 100vw;
		height: 50vh;
		position: relative;
		border-top: solid 3px #ffc907;
    clip-path: none;
	}

	.gateway_divider{
		display: none;
	}
  .gateway_cont{
    padding: 0;
  }
}
