img {
max-width: 100%;
} @media only screen and (min-width : 320px) and (max-width : 480px) {
.left-panel { 
position: relative;
width: 100%;
height: auto;
float: left;
}
.content-panel { 
position: relative;
margin-left: 0;
margin-right: 0;
float: left;
width: 100%;
}
.brand-logo {
width: auto;
padding-left: 15px;
}
.web-menu {
display: none;
}
#mob-menu-container {
display: block;
}
} @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) {
} @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) {
} @media only screen and (min-width : 1224px) {
} @media only screen and (min-width : 1824px) {
}