@media only screen and (min-width:760px) and (max-width:1024px) {
img {max-width:100%; height:auto;}




}
@media only screen and (min-width:480px) and (max-width:759px) {
img {max-width:100%; height:auto;}





}

@media only screen and (min-width:320px) and (max-width:479px){
img {max-width:100%; height:auto;}

.topsection-main{ max-width:98%; margin:0px auto;}
.logosection-main{max-width:98%; margin:0px auto;}
.logosection-main-left{ width:100%; float:none; padding:10px 0px; margin:0px auto; text-align:center;}
.logosection-main-right{ width:100%; float:none; margin:0px auto;}
.menuzord{ width:98%; margin:0px auto; }


.fourbox{ width:98%; margin:0px auto;}
.fourbox-main{ width:98%; margin:0px auto;}
.fourbox-main01{ width:100%; margin:0px;}

.box01{ width:100%; float:none; margin:0px auto;}



}

