.printingTextSize{
		font-size:calc(1em + 2vw);
	}



@media (min-width: 768px){
	
	


	.hpPrintingImage{
		background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/wp-content/themes/bs-theme/img/3DPrinting.png') no-repeat top center; 
		background-size: cover !important;
		width:100%;
		height:56vw;
		max-height: 90vh;
		position:relative;
		martin-top: 10px;
		filter: grayscale(100%);
		padding-bottom: 20px;
	}
}
@media (max-width: 767px){

	.hpPrintingImage{
		background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/wp-content/themes/bs-theme/img/3DPrinting.png') no-repeat center center; 
		background-size: cover !important;
		width:100%;
		height:50vh;
		position:relative;
		top: 15px;
		filter: grayscale(100%);
	}
}