@charset "utf-8";
/*----------------------------------------------------
SCROLL ONLY CSS
----------------------------------------------------*/
@media screen and (max-width: 568px) {
.unit-gray-inner {
	height:114px;
	width:100% !important;
	overflow: auto;
}
}
@media screen and (min-width: 569px) {
.unit-gray-inner {
	height:114px;
	width:215px !important;
	overflow: auto;
}
}