/*.main-img-hamidasu{
position:absolute;
z-index:3;
bottom:100px;
right:40px;
width:705px;
height:52px;
}*/


.main-img-hamidasu{
position:absolute;
z-index:3;
bottom:70px;
right:3%;
width:30%;
}
.main-img-hamidasu img{
width:100%;
}

@media only screen and (max-width:768px){
.main-img-hamidasu{
position:absolute;
z-index:3;
bottom:70px;
margin:0 auto;
width:100%;
left: -100%;
text-align: center;
}
.main-img-hamidasu img{
width:90%;
}
}