
.video embed,
.video object,
.video iframe {
   width: 100%;
   height: auto;
}
img{
	max-width:100%;
	height: auto;
   	width: auto\9; /* ie8 */
}
/*------------------------*/

@media only screen and (max-width: 960px) {
}

@media only screen and (max-width: 767px){
	nav{background: none;}
	.zerogrid .col-1-4 {
    width: 50% !important;
}
.zerogrid .wrap-col img{
   width:100%;
}
}
@media only screen and (max-width: 619px) {
	.box-2 {width:100%}
	
.box-3 { width: 100%;}
.box-2 > div > div{padding:0;}
	
	
}
@media only screen and (max-width: 500px) {
	ul.menu li{width:100%;}
	.zerogrid .col-1-4{
		width:100% !important;}

}
@media only screen and (max-width: 320px) {

}