﻿/*html, body{
	width: 100vw;
}*/

.navbaricon {
		font-size: 1.2rem;
	}
.productdetail{
	border: 1px solid #e0e0e0;
	padding: 16px 20px 16px 20px;
	background: #f7f7f9;
}

.brandstorybanner {
	background-image: url('../img/lightban4.jpg');
	background-color: #cccccc;
	background-size:100% 100%;
	background-position: center;
}
.contractusbanner{
	background-image: url('../img/cu.jpg');
	background-color: #cccccc;
	background-size:100% 100%;
	background-position: center;
	height: 30vh;
}
.cardimg{
	height: 14rem;
	width:100%;
}
@media only screen and (max-width: 600px) {
	html, body {
	  overflow-x: hidden;
	  width: 100vw;
	}
	body {
	  position: relative
	}
	.navbaricon {
		font-size: 1rem;
	}
	.cardimg{
	height: 7rem;
	width:100%;
}
}