/* CSS placed here will be applied to all skins */ .res-img img { max-width:100%; height:auto; } .gallery { margin: 0 !important; } .logo { width:300px; height:300px; } @media (max-width: 576px) { /*"xxx" the width of window*/ .logo { width:100%; } }