@charset "UTF-8";

.page-sunglass{
}
.page-hero--sunglass {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 500px;
  color: #fff;
  background: #ccc none no-repeat 50% 50%;
  background-size: cover;
  background-image: url("../img/sunglass/hero.jpg");
  /*padding: 2em 0;*/ }

.page-sunglass dl{
	margin-bottom:2em;
}
.page-sunglass dl dt{
	font-size:1.2em;
	font-weight:bold;
}

@media(min-width:769px){
}
@media(max-width:768px){
	.page-hero--sunglass {
		min-width: auto;
		height: auto;
		padding: 2em 0;
	}
	.page-sunglass dl dd{
		margin-left:0;
	}
}