/* .home-hero {
	@media (width >= 48rem) {
		min-height: 75vh;
		max-height: 48rem;
	}
} */
 
.home-intro {
	.video {
		@media (width >= 48rem) {
			margin-top: -4rem;
		}
	}
}

.home-wines {
	.wine-row {
		display: flex;
		flex-wrap: wrap;

		.text-col {
			h3 {
				text-align: center;
				margin: 0.5em 0;
			}
			p {
				text-wrap: pretty;
			}
		}

		@media (width >= 48rem) {
			.text-col {
				margin-top: 15%;

				h3 {
					margin-top: 0;
				}

				&.text-col-left {
					text-align: end;

					h3 {
						position: relative;
						text-align: right;
						z-index: 1;
					}
				}

				&.text-col-right {
					h3 {
						text-align: left;
					}
				}
			}
		}
	}
}
