
html {
   -webkit-text-size-adjust: none;
}
.video embed,
.video object,
.video iframe {
   width: 100%;
   height: auto;
}
img{
	max-width:100%;
	height: auto;
	width: 100%; /* ie8 */
   /* 	width: auto\9; /* ie8 */ */
}
video { max-width: 100%; height: auto; }

@media only screen and (min-width: 768px) and (max-width: 959px) {

	
}

@media only screen and (max-width: 767px) {

}

@media only screen and (min-width: 620px) and (max-width: 767px) {

}

@media only screen and (min-width: 480px) and (max-width: 619px) {

}

@media only screen and (max-width: 479px) {

	#main-content .comment input, #main-content .comment textarea{width:90%;}

}