@media screen and (max-width: 737px){
	#sidr-right.sidr {
		display:none;
		position:fixed;
		top:0;
		height:100%;
		z-index:9999;
		width:260px;
		overflow-x:none;
		overflow-y:auto;
		background:#FA2C04;
		color:#FFF;
	}
	#sidr-right.sidr.right {
		left:auto;
		right:-260px
	}
}