@charset "utf-8";

@media only screen and (min-width: 768px) and (max-width:1600px)
{
.small-logo {
	background-image: url(../../index/2images/small-logo.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	width: 58px;
	height: 40px;
	margin-top: 9px;
	/* [disabled]margin-right: 0px; */
	margin-left: auto;
	margin-right: auto;
	right: auto;
	margin-bottom: 10px;
	position: relative;
}

}