/* line 3, ../../../../../themes/mare/sass/block_browser.scss */
html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 9, ../../../../../themes/mare/sass/block_browser.scss */
#block-browsers {
  position: fixed !important;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 99999;
}
/* line 18, ../../../../../themes/mare/sass/block_browser.scss */
#block-browsers .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  padding: 50px;
  background: #fff;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* line 31, ../../../../../themes/mare/sass/block_browser.scss */
#block-browsers .content .site-logo {
  max-width: 200px;
  max-height: 106px;
  display: block;
  margin-bottom: 20px;
}
/* line 38, ../../../../../themes/mare/sass/block_browser.scss */
#block-browsers .content .browser-icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin-right: 16px;
  float: left;
}
