@media screen and (min-width: 3800px) {
    .frameStyle {
      border: 0;
      width: 5000px;
      height: 5000px;
      -ms-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -o-transform: scale(0.7);
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 5000px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: 250px;
      left: 460px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      width: 2000px;
      height: 1100px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(1.5);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
    }
  }
  
  @media all and (max-width: 1440px) and (max-height:900px) {
    .frameStyle {
      border: 0;
      width: 6000px;
      height: 6000px;
      -ms-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -o-transform: scale(0.7);
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 2500px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: -245px;
      left: -185px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      width: 2000px;
      height: 1500px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(0.8);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
      transform: scale(0.5);
    }
  }
  
  @media only screen and (min-width: 360px) and (max-width: 767px) and (orientation: portrait) {
    .frameStyle {
      border: 0;
      width: 3500px;
      height: 3500px;
      -ms-transform: scale(0.25);
      -moz-transform: scale(0.25);
      -o-transform: scale(0.25);
      -webkit-transform: scale(0.25);
      transform: scale(0.25);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 3500px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: -140px;
      left: -120px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      height: 900px;
      width: 1200px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(0.8);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
      transform: scale(0.5);
    }
  }
  
  @media only screen and (min-width: 360px) and (max-width: 767px) and (orientation: landscape) {
    .frameStyle {
      border: 0;
      width: 3500px;
      height: 3500px;
      -ms-transform: scale(0.25);
      -moz-transform: scale(0.25);
      -o-transform: scale(0.25);
      -webkit-transform: scale(0.25);
      transform: scale(0.25);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 3500px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: -130px;
      left: -120px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      width: 1200px;
      height: 900px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(0.8);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
      transform: scale(0.5);
    }
  }
  
  @media screen and (max-width:414px) and (max-height:732px) {
    .frameStyle {
      border: 0;
      width: 3500px;
      height: 3500px;
      -ms-transform: scale(0.25);
      -moz-transform: scale(0.25);
      -o-transform: scale(0.25);
      -webkit-transform: scale(0.25);
      transform: scale(0.25);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 3500px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: -140px;
      left: -120px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      height: 900px;
      width: 1200px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(0.8);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
      transform: scale(0.5);
    }
  }
  
  @media only screen and (max-width: 1024px) and (max-height:1366) {
    .frameStyle {
      border: 0;
      width: 6000px;
      height: 6000px;
      -ms-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -o-transform: scale(0.7);
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 2500px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: -245px;
      left: -185px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      width: 2000px;
      height: 1500px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(0.8);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
      transform: scale(0.5);
    }
  }
  
  @media screen and (min-width: 1930px) and (max-width: 3600px) {
    .frameStyle {
      border: 0;
      width: 5000px;
      height: 5000px;
      -ms-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -o-transform: scale(0.7);
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 5000px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: 250px;
      left: 460px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      width: 2000px;
      height: 1100px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(1.5);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
    }
  }
  
  @media all and (min-width: 900px) and (max-width: 1920px) {
    .frameStyle {
      border: 0;
      width: 5000px;
      height: 5000px;
      -ms-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -o-transform: scale(0.7);
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 5000px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: 250px;
      left: 460px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      width: 2000px;
      height: 1100px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(1.5);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
    }
  }
  
  @media all and (min-width: 900px) and (max-width: 1024px) {
    .frameStyle {
      border: 0;
      width: 6000px;
      height: 6000px;
      -ms-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -o-transform: scale(0.7);
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 2500px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: -245px;
      left: -185px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      width: 2000px;
      height: 1500px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(0.8);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
      transform: scale(0.5);
    }
  }
  
  @media all and (min-width: 300px) and (max-width: 540px) and (max-height:567px) {
    .frameStyle {
      border: 0;
      width: 3500px;
      height: 3500px;
      -ms-transform: scale(0.25);
      -moz-transform: scale(0.25);
      -o-transform: scale(0.25);
      -webkit-transform: scale(0.25);
      transform: scale(0.25);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 3500px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: -140px;
      left: -120px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      height: 900px;
      width: 1200px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(0.8);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
      transform: scale(0.5);
    }
  }
  
  @media all and (min-width: 300px) and (max-width: 540px) and (min-height:569px) {
    .frameStyle {
      border: 0;
      width: 3500px;
      height: 3500px;
      -ms-transform: scale(0.25);
      -moz-transform: scale(0.25);
      -o-transform: scale(0.25);
      -webkit-transform: scale(0.25);
      transform: scale(0.25);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 3500px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: -140px;
      left: -120px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      height: 900px;
      width: 1200px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(0.8);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
      transform: scale(0.5);
    }
  }
  
  @media all and (min-width: 320px) and (min-height: 568px) and (max-height:569px) {
    .frameStyle {
      border: 0;
      width: 3500px;
      height: 3500px;
      -ms-transform: scale(0.25);
      -moz-transform: scale(0.25);
      -o-transform: scale(0.25);
      -webkit-transform: scale(0.25);
      transform: scale(0.25);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 3500px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: -140px;
      left: -120px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      height: 900px;
      width: 1200px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(0.8);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
      transform: scale(0.5);
    }
  }
  
  @media all and (min-width: 319px) and (max-width: 320px) and (min-height:569px) {
    .frameStyle {
      border: 0;
      width: 3500px;
      height: 3500px;
      -ms-transform: scale(0.25);
      -moz-transform: scale(0.25);
      -o-transform: scale(0.25);
      -webkit-transform: scale(0.25);
      transform: scale(0.25);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 3500px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: -140px;
      left: -120px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      height: 900px;
      width: 1200px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(0.8);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
      transform: scale(0.5);
    }
  }
  
  @media all and (min-width: 350px) and (max-width: 360px) and (min-height: 600px) and (max-height: 640px) {
    .frameStyle {
      border: 0;
      width: 3500px;
      height: 3500px;
      -ms-transform: scale(0.25);
      -moz-transform: scale(0.25);
      -o-transform: scale(0.25);
      -webkit-transform: scale(0.25);
      transform: scale(0.25);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 3500px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: -140px;
      left: -120px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      height: 900px;
      width: 1200px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(0.8);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
      transform: scale(0.5);
    }
  }
  
  @media all and (min-width: 500px) and (max-width: 540px) and (min-height: 700px) and (max-height: 720px) {
    .frameStyle {
      border: 0;
      width: 3500px;
      height: 3500px;
      -ms-transform: scale(0.25);
      -moz-transform: scale(0.25);
      -o-transform: scale(0.25);
      -webkit-transform: scale(0.25);
      transform: scale(0.25);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 3500px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: -140px;
      left: -120px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      height: 900px;
      width: 1200px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(0.8);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
      transform: scale(0.5);
    }
  }
  
  @media all and (min-width: 1000px) and (max-width: 1440px) and (max-height:900px) {
    .frameStyle {
      border: 0;
      width: 6000px;
      height: 6000px;
      -ms-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -o-transform: scale(0.7);
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 2500px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: -245px;
      left: -185px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      width: 2000px;
      height: 1500px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(0.8);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
      transform: scale(0.5);
    }
  }
  
  @media only screen and (min-width: 541px) and (max-width: 860px) and (orientation: landscape) {
    .frameStyle {
      border: 0;
      width: 3500px;
      height: 3500px;
      -ms-transform: scale(0.25);
      -moz-transform: scale(0.25);
      -o-transform: scale(0.25);
      -webkit-transform: scale(0.25);
      transform: scale(0.25);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 3500px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: -235px;
      left: -120px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      width: 2000px;
      height: 1100px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(0.8);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
      transform: scale(0.5);
    }
  }
  
  @media only screen and (min-width: 541px) and (max-width: 860px) and (orientation: portrait) {
    ..frameStyle {
      border: 0;
      width: 5000px;
      height: 5000px;
      -ms-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -o-transform: scale(0.7);
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 5000px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: 250px;
      left: 260px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      width: 2000px;
      height: 1100px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(1.3);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
    }
  }
  
  @media all and (min-width: 321px)and (max-width: 360px) {
    .frameStyle {
      border: 0;
      width: 3500px;
      height: 3500px;
      -ms-transform: scale(0.25);
      -moz-transform: scale(0.25);
      -o-transform: scale(0.25);
      -webkit-transform: scale(0.25);
      transform: scale(0.25);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 3500px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: -140px;
      left: -120px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      height: 900px;
      width: 1200px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(0.8);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
      transform: scale(0.5);
    }
  }
  
  @media all and (min-width: 359px) and (max-width: 360px) and (min-height: 629px) and (max-height: 640px) {
    .frameStyle {
      border: 0;
      width: 3500px;
      height: 3500px;
      -ms-transform: scale(0.25);
      -moz-transform: scale(0.25);
      -o-transform: scale(0.25);
      -webkit-transform: scale(0.25);
      transform: scale(0.25);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 3500px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: -140px;
      left: -120px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      height: 900px;
      width: 1200px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(0.8);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
      transform: scale(0.5);
    }
  }
  
  @media all and (min-width: 383px) and (max-width: 384px) and (min-height: 639px) and (max-height: 640px) {
    .frameStyle {
      border: 0;
      width: 3500px;
      height: 3500px;
      -ms-transform: scale(0.25);
      -moz-transform: scale(0.25);
      -o-transform: scale(0.25);
      -webkit-transform: scale(0.25);
      transform: scale(0.25);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 3500px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: -140px;
      left: -120px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      height: 900px;
      width: 1200px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(0.8);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
      transform: scale(0.5);
    }
  }
  
  @media all and (min-width: 361px) and (min-height: 641px) and (max-height: 654px) {
    .frameStyle {
      border: 0;
      width: 3500px;
      height: 3500px;
      -ms-transform: scale(0.25);
      -moz-transform: scale(0.25);
      -o-transform: scale(0.25);
      -webkit-transform: scale(0.25);
      transform: scale(0.25);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 3500px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: -140px;
      left: -120px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      height: 900px;
      width: 1200px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(0.8);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
      transform: scale(0.5);
    }
  }
  
  @media all and (min-width:410px) and (max-width:414px) and (max-height:732px) {
    .frameStyle {
      border: 0;
      width: 3500px;
      height: 3500px;
      -ms-transform: scale(0.25);
      -moz-transform: scale(0.25);
      -o-transform: scale(0.25);
      -webkit-transform: scale(0.25);
      transform: scale(0.25);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .wikiFrame {
      height: 3500px;
    }
    .wikiStyle {
      margin: 20px;
      bottom: -140px;
      left: -120px;
      padding: 20px;
      background: #2DB6EA;
      border-radius: 40px;
      color: white;
      height: 900px;
      width: 1200px;
      font-size: 52px;
      position: fixed;
      text-align: justify;
      valign: middle;
      transition: all 0s ease-in-out;
      overflow-y: scroll;
      transform: scale(0.8);
    }
    .wikiStyle2 {
        margin: 20px;
        bottom: 0px;
        right: 15%;
        padding: 20px;
        background: #2DB6EA;
        border-radius: 40px;
        color: white;
        width: 600px;
        height: 600px;
        font-size: 52px;
        position: fixed;
        text-align: justify;
        valign: middle;
        transition: all 0s ease-in-out;
        overflow-y: scroll;
        transform: scale(1);
    }
    .wikiLink {
      width: auto;
      font-weight: bold;
      text-align: center;
      valign: middle;
      align: center;
      background-color: white;
      color: #263F67;
      font-size: 40px;
      font-weight: bold;
      text-decoration: underline;
      cursor: hand;
      transform: scale(0.5);
    }
  }