.yss_content{
  position:fixed;
  width:44%;
  top:0;
  right:-100%;
  z-index:-1;
  overflow:auto;
  -webkit-overflow-scrolling: touch;
	background: url("/common/images/bg_drawer.webp");
	box-shadow: -3px 0 3px rgba(0,0,0,.3);
	transition: .5s;
}
.yss_open,
.yss_close{
	cursor: pointer;
}
.yss-shade{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	backdrop-filter: blur(7px);
	display: none;
	z-index: 3;
}

@media (max-width: 1024px){
	
.yss_content{
  width:90%;
}
	
}