/** Shopify CDN: Minification failed

Line 45:3 Expected "}" to go with "{"

**/
.hero-flex {
	display: flex;
	min-height: 84vh;
	flex-wrap: wrap;
}

.hero-flex div {
	flex: 50%;
	padding: 60px;
	text-align: center;
	color: white;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}

.hero-split-left {
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/cdn/shop/files/McWoods-21.jpg");
}

.hero-split-right {
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/cdn/shop/files/pvc-mat_application.jpg");
}

.hero-h1 {
	font-size: 2em;
}

.hero-btn {
	background: #fff !important;
	border: none !important;
	color: #000 !important;
}

@media (max-width: 769px) {
  .hero-flex div {
    flex: 100%;
	padding: 120px 12px 80px;
  }