div.laatikko {
	min-height:275px;
	background-size:100%;
	background-repeat:no-repeat;
	/*background-image:url('tähän tulee kuva');*/
}

div.laatikko > p {
	text-align:center;
	width:100%;
	height: 100%;
}

div.laatikko > p > a {
	width:100%;
	height:100%;
	display:block;
}

div.laatikko > p > a > span {
	color:white;
	background-color:#ff5a02;
	width:100%;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: .8125rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}


@media print {
	.navbar-nav {
		display: none !important;
	}

	.ContentSlots {
		display: none !important;
	}

	.CommonNavigation__middle-right-content {
		display: none !important;
	}

	.ProductPageContent__side-content, ProductPageContent__reviews  {
		display: none !important;
	}

	.ImageLightboxHelper, .ActivatedCoupons, .ProductAvailabilityShipping {
		display: none !important;
	}

	.CommonNavigation__top, .CommonNavigation__bottom {
		display: none !important;
	}

	.AlsoPurchasedProductsSlider, .LastVisitedProductsSlider, .CommonFooter {
		display: none !important;
	}

	.ProductAddToCart, .ProductAddToWishList, .ProductEnquiry{
		display: none !important;
	}

	#productPageContent > div:first-of-type {

	}

	.ProductPageContent__column-images {
		height: 200px;
		max-width: 45%;
	}

	.ProductImage__wrapper {
		height: 300px !important;
		margin-top: -120px !important;
	}

	.ProductImages__main-image {
		position: absolute !important;
		top: 0px !important;
		left: 33% !important;
	}

	.ProductPageContent__column-info {
		max-height: 300px;
		max-width: 45%;
		float: left;
	}

	#productPageContent > div:first-of-type img {
		max-height: 300px;
		max-width: 300px;
	}
}