/*Write your custom css in this file.*/

 @media only screen and (max-width: 600px) {
    .dashboard-image {
        max-width: 100%;
    }
}
 @media only screen and (min-width: 600px) {
    .dashboard-image {
        max-width: 300px;
    }
}