	#golfpass-rewards-video {
		width: 100%;
		height: 415px;
	}

	table tr th:last-child,
	table tr td:last-child {
		background: #e5f1f9;
	}

	table tr th:first-child,
	table tr td:first-child {
		padding-left: 0;
	}

	table tr.even,
	table tr.alt,
	table tr:nth-of-type(even) {
		background: transparent;
		border-top: solid 1px #999;
		border-bottom: solid 1px #999;
	}

	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
		.hero-image {
			height: 400px;
		}

		.hero h1 {
			padding-top: 0px;
			font-size: 28px;
			margin-top: 0;
			line-height: 30px;
		}

		#golfpass-rewards-video {
			height: 300px;
		}

		.works-grid {
			display: grid;
			align-items: center;
			grid-template-columns: 1fr 1fr 1fr;
			column-gap: 15px;
		}

		.sidebar .gray {
			min-height: auto;
			padding-bottom: 70px;
		}

		.works-grid div {
			margin-top: 25px;
			background: white;
			border-radius: 10px;
			box-shadow: 0px 2px 8px 3px rgba(0, 0, 0, 0.07);
			padding: 15px;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: column;
			min-height: 265px;
		}

		.works-grid div h3 {
			font-size: 18px;
		}

		.works-grid div p {
			font-size: 14px;
		}
	}

	@media only screen and (max-width: 600px) {
		.hero-image {
			height: 320px;
		}

		.hero h1 {
			padding-top: 0px;
			margin-top: 0;
		}

		#golfpass-rewards-video {
			height: 192px;
		}

		table .text-lg,
		table .font-16 {
			font-size: 13px;
		}

		table .button {
			padding: 8px;
			font-size: 12px;
			margin: 0 3px;
		}

		.sidebar .gray {
			min-height: auto;
			padding-bottom: 30px;
		}
	}