/* Display 980px*/
@media screen and (max-width:980px){
.logo img{
width:620px !important;
margin-left:75px;
}
}
@media screen and (max-width:960px){
.logo img{
width:550px !important;
margin-left:100px;
}
@media screen and (max-width:900px){
.logo img{
width:500px;
}
}


@media screen and (max-width:800px){
.logo img{
width:450px !important;
}
}
@media screen and (max-width:768px){
.logo img{
width:400px !important;
}
}
@media screen and (max-width:600px){
.logo img{
width:350px !important;;
margin:auto;
}
}
@media screen and (max-width:400px){
width:330px !important;;
margin:auto;
}

@media screen and (max-width:360px){
.logo img{
width:300px !important;
margin:auto;
}
}
@media screen and (max-width:320px) {
.logo img{
width:290px !important;
margin:auto;
}
}


