.image-of-market {
    width: 189px;
    height:88px;
    z-index: 10;
} 
.but-sas {
    width: 256px;
    height: 256px;
    z-index: 10;
    margin-bottom: 0%;
}
.logo {

    width: 308px;
    height: 108px;

}
.back-g {
	/**
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
	min-height: 5000px;
    margin:-1%; 
    **/
}

body{ 
	/** overflow:hidden; **/
	overflow-x:hidden;
	margin: 0;
    background-image: url(../img/bg33.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    background-size: 100% 100%;

}

.div-logo {
    position:relative;
    margin-top:3%;
}

.ri{
    margin-top:2%;
	margin-right:15%
}


/********************* Responsive Style *********************/


@media only screen and (min-width: 0) and (max-width: 650px) {

	.logo { 
		width: 90%; 
		height: auto;
	}

	.but-sas {
    width: 40%;
    height: auto;
	}

	.ri {
    margin-right: 5%;
	}

.image-of-market {
    width: 35%;
    height: auto;
}

}