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

.menu
{
	position:fixed;
	top:0px;
	left:-80%;
	width:80%;
	height:1000px;
	padding:20px;
	border-right:1px #eee solid;
}

.content-section
{
	position:fixed;
	top:0px;
	right:0px;
	width:100%;
	height:1000px;
	padding:20px;
}

.slider-left
{
	width:100%;
	height:3000px;
	top:0px;
	left:0px;
	background:#222;
	position: absolute;
}

.slider-right
{
	width:100%;
	height:3000px;
	top:50%;
	right:0px;
	background:#333;
	position: absolute;
}

.slider-box
{
	color:#fff;
	font-size:30px;
}

.sideBars{
	position: fixed;
	top:0px;
	right:0px;
	z-index: 2000;
}

.sideBars-circles
{
	border-radius:100px;
	height:10px;
	width:10px;
	background:#fff;
	margin:10px;
	display: none;
}
}
