 @media only screen and (min-width:320px) and (max-width:991px) {
h1 {
 font-size:26px!important;
}
 h2 {
 font-size:21px!important;
}
 h3 {
 font-size:19px!important;
}
 h4 {
 font-size:15px!important;
}
}
@media only screen and (min-width:320px) and (max-width:767px) {
 header .cont-nav ul {
 margin: 0px 0 !important;
}
header .cont-nav ul a {
padding: 4px 10px;
}
 /**/
 .view-product-bar .product-name {
 margin-top:15px!important;
}
/**/
footer .designer {
line-height: 20px!important;
}
footer .site-nav ul li {
 margin:5px 7px 5px 0px!important;
padding-right:7px!important;
}
#feedback iframe {
	 width:100%; height:570px;
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
#feedback iframe {
	 width:100%; height:570px;
}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
#feedback iframe {
	 width:100%; height:570px;
}
}
