div.main-picture {
	filter: brightness(0.3);
}
div.vitec-top {
	position: absolute;
	top: 35%;
	width: 100%;
}
div.vitec-top h2 {
	font-size: 3.6rem;
	font-weight: 700;
	color: #FFF;
	font-feature-settings: "pwid";
	text-align: center;
}
div.vitec-top p {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	color: #f47936;
	margin-top: 40px;
	font-feature-settings: "pwid";
}
div.vitec-top p br {
	display: none;
}


@media only screen and (max-width: 1080px) {
	div.vitec-top h2 {
		font-size: 3.2rem;
	}
	div.vitec-top p {
		font-size: 1.5rem;
	}
}
@media only screen and (max-width: 930px) {
	div.vitec-top h2 {
		font-size: 3.0rem;
	}
	div.vitec-top p {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 840px) {
	div.vitec-top h2 {
		font-size: 2.8rem;
	}
}
@media only screen and (max-width: 680px) {
	div.vitec-top {
		top: 32%;
	}
	div.vitec-top p {
		margin-top: 25px;
	}
	div.vitec-top p br {
		display: block;
	}
}
@media only screen and (max-width: 560px) {
	div.vitec-top {
		top: 30%;
	}
	div.vitec-top h2 {
		font-size: 2.6rem;
	}
	div.vitec-top p {
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 480px) {
	div.vitec-top {
		width: 95%;
		left: 10px;
	}
	div.vitec-top h2 {
		font-size: 2.4rem;
	}
}
@media only screen and (max-width: 420px) {
	div.vitec-top {
		top: 27%;
	}
	div.vitec-top h2 {
		font-size: 2.0rem;
	}
}
@media only screen and (max-width: 380px) {
	div.vitec-top h2 {
		font-size: 1.8rem;
	}
}


div.product-tile {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
div.product-last {
	padding-bottom: 70px;
}

.product-channel tr th:nth-child(1) {
	width: 30%;
}
.product-channel tr th:nth-child(4) {
	width: 35%;
}
.product-channel tr td br {
	display: none;
}

@media only screen and (max-width: 940px) {
	.product-channel tr th:nth-child(1) {
		width: 30%;
	}
	.product-channel tr th:nth-child(4) {
		width: 45%;
	}

	.product-channel tr th:nth-child(2) {
		display: block;
	}
	.product-channel tr td:nth-child(2) {
		display: block;
	}
	.product-channel tr th:nth-child(3) {
		display: none;
	}
	.product-channel tr td:nth-child(3) {
		display: none;
	}
}
@media only screen and (max-width: 680px) {
    .product-channel tr td {
        font-size: 0.8rem;
        padding: 10px 15px;
    }
}
@media only screen and (max-width: 768px) {
	div.product-last {
		padding-bottom: 50px;
	}
}
@media only screen and (max-width: 640px) {
	.product-channel tr td br {
		display: block;
	}
}
@media only screen and (max-width: 460px) {
	h2.product-corner-title {
		font-size: 1.4rem;
	}
	div.product-last {
		padding-bottom: 40px;
	}
}