  .midiaPage {
    background-position:50% 50%;
    background-repeat:no-repeat;
    bottom:0;
    position:fixed;
    z-index:1000;
    height:100%;
    width:100%;
    text-align:center;
    /*background-color:rgba(0,0,0,.7);*/
  }
  .midiaPageRotate {
    background-position:50% 50%;
    background-repeat:no-repeat;
    bottom:0;
    z-index:1000;
    height:100vw;
    width:100vh;
    text-align:center;
    /*background-color:rgba(0,0,0,.7);*/
  }
  .midiaImage {
    max-width:95vw;    
    max-height:95vh;
    position: relative;
    top: 50%;
    transform: translateY(-50%); 
    z-index:1001;
  }
  .midiaImageRotate {
    z-index: 1001;
    height: 100vw;
    width: 100vh;
  }
  .folderPage {
    position: fixed;
    z-index: 1000;
    background-size: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
    justify-content: space-around;
    display: flex;
  }
  .divFolderText {
    position: fixed;
    top: 31.5%;
    left: 3%;
    /* font-weight: bold; */
    width: 45%;
    border-radius: 15%;
    border-width: 10px;
  }
  .divFolderTextRotate {
    transform: rotate(90deg);
    position: fixed;
    top: 17.5%;
    right: 27vh;
    width: 55%;
    border-radius: 15%;
    border-width: 10px;
  }
  .divFolderTextVertical {
    position: fixed;
    bottom: 31.5%;
    right: 3%;
    /* font-weight: bold; */
    height: 45%;
    border-radius: 15%;
    border-width: 10px;
  }
  .divFolderName {
    width: 100%;
    height: 50%;
    text-align: center;
    padding-top: 4%;
    padding-left: 1%;
  }
  .divFolderValue {
    width: 100%;
    height: 50%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 2%;
  }
  .spanFolderTextName {
    overflow: hidden;
    display: block;
    word-break: break-word;
    line-height: 100%;
  }
  .spanFolderTextValue {
  }
  .folderImage {
    max-width: 100%;
    max-height: 100%;
  }
  .divFolderImage {
    position: fixed;
    left: 52%;
    top: 31.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    border-radius: 15%;
    border-width: 10px;
  }
  .divFolderImageRotate {
    transform: rotate(90deg);
    position: fixed;
    top: 17.5%;
    right: 93.5vh;
    width: 55%;
    border-radius: 15%;
    border-width: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

  }
  .divNotice {
    top: 31.5%;
    left: 0%;
    width: 80%;
    border-width: 10px;
    padding: 10px;
    margin-top: 17.5%;
  }
  .divNoticeVertical {
    width: 97vh;
    border-width: 10px;
    padding: 10px;
    margin-right: 10vh;
    transform: rotate(90deg);
  }
  .divNoticeTitle {
    text-align: center;
  }
  .divNoticeMessage {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    line-height: 1;
  }
  .divNoticeMessageNoMargin {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    line-height: 1;
  }
  .spanNotice {
    overflow: hidden;
    display: block;
    word-break: break-word;
    line-height: 1.2;
  }
