/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
   .view-gallery  .views-row { 
       list-style-image: none; 
       list-style-type: none; 
       margin-right: 20px;
       padding: 0px; 
       float: left; 
       width: 220px; 
       min-height: 220px !important;
       font-size: 1em; 
       text-align: left; 
       cursor:pointer;
       cursor:hand;
       border: none;
       background: none;
       overflow:hidden;
       margin-bottom: 20px;
       position: relative;
   }