.right_panel {display:none;}
.left_panel {width:821px;height:510px;}

@media (max-width: 1117px) {	/* ------------ 1 ------------*/
.left_panel {width:571px;}
}

@media (max-width: 868px) {	/* ------------ 2 ------------*/
.left_panel {width:92%;height:295px;}
}

@media (max-width: 690px) {	/* ------------ 3 ------------*/
.left_panel{
	padding-bottom:10%;
	}
}
