/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .row.row_user_dashboard { display:block !important; }
    .user_menu_wrapper { width:100% !important; }
    .dashboard-margin { width:100% !important; }
    .pack_description_details { width:160px !important; }
}