@charset "UTF-8";
/* CSS Document */

/* .desktop-view{ */
  /* display: block; */
/* } */

/* .mobile-view{ */
  /* display: none; */
/* } */


header{
	/*height:100px;*/
}

@media only screen and (max-width: 991px) {
  /* .desktop-view{ */
    /* display: none !important; */
  /* } */

  /* .mobile-view{ */
    /* display: block; */
  /* } */
}

