html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}


/* Exhibition Background Image */
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: 'Releway', robot;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  background-size: 100% 100%;
}


@media (max-width:10000px) {
  body {
    background: url("../img/ExhibitionBackgroundImage_20220518_DMAGDWICACAL.jpg") no-repeat center center fixed;
  }
}
@media (max-width:992px) {
  body {
    background: url("../img/ExhibitionBackgroundImage_20220518_DMAGDWICACAL.jpg") no-repeat center center fixed;
  }
}

@media (max-width:768px) {
  body {
    background: url("../img/Laptop_ExhibitionBackgroundImage_20220518_DMAGDWICACAL.jpg") no-repeat center center fixed;
  }
}
@media (max-width:576px) {
  body {
    background: url("../img/TabletLandscape_ExhibitionBackgroundImage_20220518_DMAGDWICACAL.jpg") no-repeat center center fixed;
  }
}
@media (max-width:414px) {
  body {
    background: url("../img/Mobile_ExhibitionBackgroundImage_20220518_DMAGDWICACAL.jpg") no-repeat center center fixed;
  }
}

.v21-entry-logo {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
/* Exhibition Background Image */

/* Entry modal: beginning */

@media screen and (max-width:1000px) {
  .v21-entry-panel {
    position: fixed;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 1;
  }
}

@media screen and (min-width: 1001px) {
  .v21-entry-panel {
    position: fixed;
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 1;
  }
}
/* Entry modal: end */


