@charset "utf-8";

.products-mainimage {
		width: 100%;
		height: 50vh;
		background-image: url(img/mainimage02.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
}

#products {
		padding-bottom: 200px;
}

#products p {
		color: #999;
		text-align: center;
		font-size: 30px;
		line-height: 2em;
}