.panel1{
	width: 6%;
	height: 100%;
	top:0px;
	left: 0%;
	overflow-y: hidden;
}
.panel2{
	width: 94%;
	height: 100%;
	top:0px;
	left: 6%;
	overflow-y: auto;
}
@media screen and (max-width: 992px) {
	.panel1{
		width: 0%;
	}
	.panel2{
		width: 100%;
		left: 0%;
	}
}