  
/* =============================================================================
  = Mobile Styles
   ============================================================================= */

@media only screen and (max-device-width: 699px) {
.ablumn { width:33%;  border-right:5px solid #fff; margin-bottom:6px;}
.ablumn-height {height:420px;}
.ablumn-container.height-inide { margin-top:180px; } 
.ablumn .ablumn-name {padding:10px 15px; height:160px; overflow:hidden; line-height:1.2;
                    text-overflow:-o-ellipsis-lastline; 
                          display: -webkit-box;
               -webkit-line-clamp: 5;
               -webkit-box-orient: vertical;}
}