@media (max-width: 800px) {
.newbig{
	height: 541px;
}

}

@media (min-width: 801px) {
.newbig{
	height: 288px;
}

}