
@media only screen and (min-width: 768px) and (max-width: 959px){
	.container{
		width:748px;
	}
	.header_sticky_container.active .header{
		width:768px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container{
		width:380px;
	}
	.header_sticky_container.active .header{
		width:400px;
	}
}
@media only screen and (max-width: 479px) {
	.container{
		width:280px;
	}
	.header_sticky_container.active .header{
		width:300px;
	}
}