﻿
      /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }	
    @media (min-width: 320px) {.anish {height:200px;width: 100%;max-height: 200px;min-height: 200px} .anishDashbord {height:200px;width: 100%;max-height: 180px;min-height: 180px} }
    /*phones*/
     @media (min-width: 360px) {.anish {height:300px;width: 100%;max-height: 300px;min-height: 300px} .anishDashbord {height:200px;width: 100%;max-height: 180px;min-height: 180px}}
    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    @media  (min-width: 768px) {.anish {height:300px;width: 100%;max-height: 500px;min-height: 300px} .anishDashbord {height:200px;width: 100%;max-height: 360px;min-height: 360px}}
   
   
   
   /* tablet, landscape iPad, lo-res laptops ands desktops */
    @media (min-width:801px) { .anish {height:500px;width: 100%;max-height: 500px;min-height: 500px} .anishDashbord {height:360px;width: 100%;max-height: 360px;min-height: 360px}}
    /* big landscape tablets, laptops, and desktops */ 
	@media (min-width:1025px) {.anish {height:500px;width: 100%;max-height: 500px;min-height: 500px} .anishDashbord {height:360px;width: 100%;max-height: 360px;min-height: 360px}}
	/* hi-res laptops and desktops */
	@media (min-width:1281px) { .anish {height:500px;width: 100%;max-height: 500px;min-height: 500px} .anishDashbord {height:360px;width: 100%;max-height: 360px;min-height: 360px} }


