img {
max-width: 100%;
} @media only screen and (min-width : 320px) and (max-width : 480px) {
.container { 
width:94%;
}
.logo { 
width:100%;
text-align:center;
margin:10px 0;
}
.logo-text { 
float:left;
width:auto;
margin:0;
}
.slicknav_btn { 
margin-top:0;
}
.web-menu { 
display:none;
}
#mob-menu-container { 
display:block;
}
.content-left { 
width:100%;
}
.content-right { 
width:100%;
}
.content08Left { 
width:100%;
}
.content04Left { 
width:100%;
}
.content04Right { 
width:100%;
}
} @media only screen and (min-width : 321px) {
} @media only screen and (max-width : 320px) {
} @media only screen and (min-width : 768px) and (max-width : 1024px) {
.container { 
width:94%;
}
.content-left { 
width:70%;
}
.content-right { 
width:26%;
}
.content08Left { 
width:66%;
margin:0;
}
.content04Right { 
width:31.3%;
}
.content04Left { 
width:31.3%;
margin-right:2%;
}
} @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
} @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.web-menu { 
display:none;
}
#mob-menu-container { 
display:block;
}
} @media only screen and (min-width : 1224px) {
} @media only screen and (min-width : 1824px) {
}