@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.f-danger {
  color: #ff5858;
}

.f-fun {
  color: #f7f40a;
}

.f-primary {
  color: #92bbff;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #da92ff;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: #ff6dc3;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

table {
  font-family: "新細明體", "細明體";
}
table tbody,
table tfoot,
table thead,
table th,
table td {
  vertical-align: middle;
  margin: 0 !important;
}

.gotoheader {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 56px;
}
.gotoheader a {
  display: inline-block;
  color: #fecb30;
}
.gotoheader a:hover {
  color: #fe7c9d;
}

body {
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
  height: 100%;
  color: #fff;
  background-image: url(/Action/11_Star31/20241218MU/images/indexbg.jpg?v=20241217);
  background-color: #381630;
  background-size: 120%;
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}
@media only screen and (orientation: portrait) {
  .wrapper {
    background-size: 150%;
  }
}
@media only screen and (orientation: landscape) {
  .wrapper {
    background-size: 108%;
  }
}
@media (min-width: 1600px) and (orientation: landscape) {
  .wrapper {
    background-size: initial;
  }
}

.header {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (orientation: landscape) {
  .header {
    width: 90vw;
  }
}
@media (min-width: 1600px) and (orientation: landscape) {
  .header {
    width: 100%;
  }
}
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 35.6875%;
  position: relative;
}
@media only screen and (orientation: portrait) {
  .header .container {
    padding-bottom: 44.609375%;
  }
}
@media only screen and (orientation: landscape) {
  .header .container {
    padding-bottom: 35.6875%;
  }
}
@media (min-width: 1600px) and (orientation: landscape) {
  .header .container {
    width: 1600px;
    height: 571px;
    padding-bottom: 0;
  }
}
.header .slogan {
  width: 44.1875%;
  height: 0;
  padding-bottom: 12.8125%;
  position: absolute;
  top: 64.6234676007%;
  left: 27.9375%;
  background: url(/Action/11_Star31/20241218MU/images/slogan.png?v=20241217);
  background-size: 100%;
  -webkit-animation: delay 0.3s, zoomIn 0.3s 0.3s, pulse 1s 1.5s infinite;
          animation: delay 0.3s, zoomIn 0.3s 0.3s, pulse 1s 1.5s infinite;
}
@media only screen and (orientation: portrait) {
  .header .slogan {
    width: 55.234375%;
    padding-bottom: 16.015625%;
    left: 22.421875%;
  }
}
@media screen and (min-width: 1280px) {
  .header .slogan {
    width: 44.1875%;
    padding-bottom: 12.8125%;
    left: 27.9375%;
  }
}
@media screen and (min-width: 1600px) {
  .header .slogan {
    left: 447px;
  }
}
.header .logo {
  width: 24.8125%;
  height: 0;
  padding-bottom: 10.0625%;
  position: absolute;
  top: 42.0315236427%;
  left: 37.625%;
  z-index: 9;
  background-image: url(/Action/11_Star31/20241218MU/images/logo.png?v=20241217);
  background-size: 100%;
}
@media only screen and (orientation: portrait) {
  .header .logo {
    width: 31.015625%;
    padding-bottom: 12.578125%;
    left: 34.53125%;
  }
}
.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 40.5541561713%;
  display: block;
}

@-webkit-keyframes delay {
  from, to {
    opacity: 0;
  }
}

@keyframes delay {
  from, to {
    opacity: 0;
  }
}
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
}
.nav .container {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .nav .container {
    width: 1280px;
  }
}
@media only screen and (orientation: landscape) {
  .nav .container {
    width: 90vw;
  }
}
.nav .navBtn {
  width: 95%;
  max-width: 795px;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (orientation: portrait) {
  .nav .navBtn {
    width: 96%;
  }
}
@media only screen and (orientation: landscape) {
  .nav .navBtn {
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .nav .navBtn {
    width: 795px;
  }
}
.nav .navBtn li {
  width: 33%;
  height: 0;
  padding-bottom: 11.4465408805%;
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li {
    width: 265px;
    height: 91px;
    padding-bottom: 0;
  }
}
.nav .navBtn li.navBtn1 a {
  background-position-x: 0% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn1 a {
    background-position-x: 0px !important;
  }
}
.nav .navBtn li.navBtn2 a {
  background-position-x: -100% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn2 a {
    background-position-x: -253px !important;
  }
}
.nav .navBtn li.navBtn3 a {
  background-position-x: -200% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn3 a {
    background-position-x: -506px !important;
  }
}
.nav .navBtn li.navBtn4 a {
  background-position-x: -300% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn4 a {
    background-position-x: -759px !important;
  }
}
.nav .navBtn li.navBtn5 a {
  background-position-x: -400% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn5 a {
    background-position-x: -1012px !important;
  }
}
.nav .navBtn li.navBtn6 a {
  background-position-x: -500% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn6 a {
    background-position-x: -1265px !important;
  }
}
.nav .navBtn li.action a, .nav .navBtn li a:hover {
  background-image: url(/Action/11_Star31/20241218MU/images/navbtn_action.png?v=20241217);
}
.nav .navBtn li a {
  width: 95.4716981132%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 29.8113207547%;
  display: block;
  background-image: url(/Action/11_Star31/20241218MU/images/navbtn.png?v=20241217);
  background-size: 600% 100%;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li a {
    width: 253px;
    height: 79px;
    padding-bottom: 0;
  }
}
.nav .navBtn li.action a {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}

.content {
  width: 100%;
  position: relative;
}
.content .container {
  width: calc(100% - 16px);
  max-width: 1073px;
  margin: 10px auto 0 auto;
  padding: 32px 3.5em 0 3.5em;
  border: 5px solid transparent;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .content .container {
    padding: 72px 5em 0 5em;
  }
}
@media only screen and (orientation: landscape) {
  .content .container {
    width: calc(80% - 16px);
  }
}
.content .containerBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 0;
}
.content .containerBg--top {
  width: 100%;
  max-width: 1073px;
  height: clamp(60px, 9.375vw, 120px);
  background-image: url("/Action/11_Star31/20241218MU/images/cont_top.png?v=20241217");
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.content .containerBg--middle {
  width: 100%;
  max-width: 1073px;
  height: 100%;
  background-image: url("/Action/11_Star31/20241218MU/images/cont_repeat.png?v=20241217");
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat repeat;
}
.content .containerBg--bottom {
  width: 100%;
  max-width: 1073px;
  height: clamp(60px, 9.375vw, 120px);
  background-image: url("/Action/11_Star31/20241218MU/images/cont_end.png?v=20241217");
  background-position: bottom center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.content:has(.containerBg) h3, .content h4, .content h5, .content h6, .content p, .content ol, .content ul, .content a {
  position: relative;
}
.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 16px;
  width: 100%;
}
.content h3 img {
  display: block;
  max-width: 937px;
  width: 100%;
  margin: 0 auto;
}
.content h4 {
  color: #ff6adc;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 16px calc(-1.2em - 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .content h4 {
    font-size: 1.2rem;
  }
}
.content h5 {
  font-size: 1.2em;
  padding: 0.8em;
  text-align: center;
  margin-bottom: 16px;
  background-image: #dfbb4f;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(223, 187, 79, 0)), color-stop(20%, #ebd490), color-stop(40%, #dfbb4f), color-stop(60%, #dfbb4f), color-stop(80%, #ebd490), to(rgba(223, 187, 79, 0)));
  background-image: linear-gradient(to left, rgba(223, 187, 79, 0) 0%, #ebd490 20%, #dfbb4f 40%, #dfbb4f 60%, #ebd490 80%, rgba(223, 187, 79, 0) 100%);
  color: #564510;
}
.content h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #7CACFF;
  margin-bottom: 16px;
}
.content h6 span {
  padding: 5px 15px;
  background: #7CACFF;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}
.content ol a,
.content ul a, .content p a {
  color: #2ae6ff;
  text-decoration: underline;
}
.content ol a:hover,
.content ul a:hover, .content p a:hover {
  color: #ffe96e;
}
.item__box {
  border-radius: 0;
  margin: 0 auto;
  border: inherit;
  -webkit-box-shadow: 0 0 5px #c053ff;
          box-shadow: 0 0 5px #c053ff;
  border: 1px solid #c053ff;
  background-color: #6500a0;
}
.item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(#ad20ff), color-stop(20%, #c053ff), color-stop(80%, #c053ff), to(#ad20ff));
  background: linear-gradient(to right, #ad20ff 0%, #c053ff 20%, #c053ff 80%, #ad20ff 100%);
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.item__box-title img {
  display: block;
  margin: 0 auto;
}
.item__box-title p {
  width: 100%;
  line-height: 1.25em;
}
.item__box-img {
  border-radius: 0;
}
.item__box-img p {
  width: 100%;
}
.item__box-get {
  text-align: center;
  font-weight: bold;
  font-size: 0.85rem;
  color: #fff;
}
.item__box--2 {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#5130d3), to(#745adc));
  background: linear-gradient(to top, #5130d3 0%, #745adc 100%);
  -webkit-box-shadow: 0 0 5px #6e50e6;
          box-shadow: 0 0 5px #6e50e6;
}
.item__box--2 .item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(#4923e0), color-stop(20%, #6e50e6), color-stop(80%, #6e50e6), to(#4923e0));
  background: linear-gradient(to right, #4923e0 0%, #6e50e6 20%, #6e50e6 80%, #4923e0 100%);
  color: #fff;
}
.item__box--2 .item__box-get {
  color: rgba(217, 209, 250, 0.75);
}
.item__box--2 .item__box-img {
  background: inherit;
}
.item__box--3 {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#3833c8), to(#5e59d5));
  background: linear-gradient(to top, #3833c8 0%, #5e59d5 100%);
  -webkit-box-shadow: 0 0 5px #544fdf;
          box-shadow: 0 0 5px #544fdf;
}
.item__box--3 .item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(#2d27d4), color-stop(20%, #544fdf), color-stop(80%, #544fdf), to(#2d27d4));
  background: linear-gradient(to right, #2d27d4 0%, #544fdf 20%, #544fdf 80%, #2d27d4 100%);
  color: #fff;
}
.item__box--3 .item__box-img {
  background: inherit;
}
.item__box--3 .item__box-get {
  color: rgba(211, 209, 250, 0.75);
}

.table tr td, .table tr th {
  border: 1px solid #0099FF;
}

.table {
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #0099FF;
}
.table tr {
  background: #fff;
}
.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#0081d6), to(#0099FF));
  background: linear-gradient(to top, #0081d6 0%, #0099FF 100%);
  color: #fff;
}
.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}
.table tr td {
  word-wrap: break-word;
  word-break: keep-all;
  /*單格變色*/
}
.table tr td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table tr td img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}
.table tr td[data-tdstyle=style01] {
  background-color: #f6f6f6;
}

.btnBox {
  margin-bottom: 16px;
}
.btnBox a {
  width: auto;
  border: 1px solid #dfa6ff;
  padding: 0.6em 2em;
  font-size: 1.15em;
  cursor: pointer;
  white-space: nowrap;
  background-image: #cc73ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b636ff), color-stop(20%, #b636ff), color-stop(40%, #cc73ff), color-stop(60%, #cc73ff), color-stop(80%, #b636ff), to(#b636ff));
  background-image: linear-gradient(to bottom, #b636ff 0%, #b636ff 20%, #cc73ff 40%, #cc73ff 60%, #b636ff 80%, #b636ff 100%);
  -webkit-box-shadow: 0px 3px 3px #8a00d9;
          box-shadow: 0px 3px 3px #8a00d9;
  color: #fff;
}
.btnBox a:hover {
  border: 1px solid #ffbfa6;
  background-image: #ff9b73;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6f36), color-stop(20%, #ff6f36), color-stop(40%, #ff9b73), color-stop(60%, #ff9b73), color-stop(80%, #ff6f36), to(#ff6f36));
  background-image: linear-gradient(to bottom, #ff6f36 0%, #ff6f36 20%, #ff9b73 40%, #ff9b73 60%, #ff6f36 80%, #ff6f36 100%);
  -webkit-box-shadow: 0px 2px 2px #d93e00, inset 0 1px 1px 1px #ffb89c, inset 0 -8px 8px 0px #ffd5c5;
          box-shadow: 0px 2px 2px #d93e00, inset 0 1px 1px 1px #ffb89c, inset 0 -8px 8px 0px #ffd5c5;
  top: 2px;
  color: #fff;
}

.questionBtn {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 1;
}
.questionBtn::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 20px;
  border: 1px solid #ff3232;
  background-image: url(/Action/11_Star31/20241218MU/images/question.svg?v=20241217), radial-gradient(circle, #c70000 0%, #800000 100%);
  background-position: center center;
  background-size: 65%, 100%;
  background-repeat: no-repeat;
}
.questionBtn.top-right {
  top: 4px;
  right: 8px;
  left: initial;
}
.questionBtn.top-left {
  top: 4px;
  left: 8px;
}
.questionBtn.bottom-right {
  bottom: 8px;
  right: 8px;
  left: initial;
}
.questionBtn.bottom-left {
  bottom: 8px;
  left: 8px;
}
.questionBtn .tooltip {
  display: none;
  position: absolute;
  width: 18em;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%);
  border: 2px solid #004297;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.75);
          box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  z-index: 1;
  top: 30px;
  left: 0;
}
.questionBtn .tooltip.show {
  display: inline-block !important;
}
.questionBtn .tooltip.right {
  right: 0;
  left: initial;
}
.questionBtn .tooltip.left {
  left: 0;
  right: initial;
}
.questionBtn .tooltip.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.questionBtn .tooltip h5 {
  background: -webkit-gradient(linear, left top, left bottom, from(#004297), to(#0070bb));
  background: linear-gradient(to bottom, #004297 0%, #0070bb 100%);
  line-height: 1.2em;
  padding: 4px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: calc(16px + (20 - 16) * (100vw - 768px) / 832);
  font-size: clamp(16px, 20 / 1600 * 100vw, 20px);
}
@media (min-aspect-ratio: 16/9) {
  .questionBtn .tooltip h5 {
    font-size: calc(16px + (20 - 16) * (100vh - 350px) / 730);
    font-size: clamp(16px, 20 / 571 * 100vh, 20px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .questionBtn .tooltip h5 {
    line-height: 1.25em;
    font-size: calc(16px + (12 - 16) * (100vh - 350px) / 730);
    font-size: clamp(16px, 12 / 1600 * 100vh, 12px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .questionBtn .tooltip h5 {
    line-height: 1.5em;
    font-size: calc(16px + (20 - 16) * (100vw - 350px) / 1570);
    font-size: clamp(16px, 20 / 571 * 100vw, 20px);
  }
}
.questionBtn .tooltip p {
  text-align: center;
  color: #fff;
  font-size: calc(14px + (18 - 14) * (100vw - 768px) / 832);
  font-size: clamp(14px, 18 / 1600 * 100vw, 18px);
}
@media (min-aspect-ratio: 16/9) {
  .questionBtn .tooltip p {
    font-size: calc(14px + (18 - 14) * (100vh - 350px) / 730);
    font-size: clamp(14px, 18 / 571 * 100vh, 18px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .questionBtn .tooltip p {
    line-height: 1.25em;
    font-size: calc(14px + (10 - 14) * (100vh - 350px) / 730);
    font-size: clamp(14px, 10 / 1600 * 100vh, 10px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .questionBtn .tooltip p {
    line-height: 1.5em;
    font-size: calc(14px + (18 - 14) * (100vw - 350px) / 1570);
    font-size: clamp(14px, 18 / 571 * 100vw, 18px);
  }
}
.questionBtn .tooltip ul.probability {
  width: calc(100% - 16px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 4px 0;
}
.questionBtn .tooltip ul.probability li {
  line-height: 1.2em;
  padding: 4px 8px;
  color: #fff;
  border-bottom: 1px solid #004297;
  position: relative;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc(14px + (18 - 14) * (100vw - 768px) / 832);
  font-size: clamp(14px, 18 / 1600 * 100vw, 18px);
}
@media (min-aspect-ratio: 16/9) {
  .questionBtn .tooltip ul.probability li {
    font-size: calc(14px + (18 - 14) * (100vh - 350px) / 730);
    font-size: clamp(14px, 18 / 571 * 100vh, 18px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .questionBtn .tooltip ul.probability li {
    line-height: 1.25em;
    font-size: calc(14px + (10 - 14) * (100vh - 350px) / 730);
    font-size: clamp(14px, 10 / 1600 * 100vh, 10px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .questionBtn .tooltip ul.probability li {
    line-height: 1.5em;
    font-size: calc(14px + (18 - 14) * (100vw - 350px) / 1570);
    font-size: clamp(14px, 18 / 571 * 100vw, 18px);
  }
}
.questionBtn .tooltip ul.probability li:nth-child(odd) {
  width: calc(100% - 4.5em);
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.questionBtn .tooltip ul.probability li:nth-child(even) {
  width: 4.5em;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.questionBtn .tooltip ul.probability li:nth-last-child(-1n+2) {
  border-bottom: 0;
}

.iframe-ingame {
  display: none;
}
@media screen and (min-width: 992px) {
  .iframe-ingame {
    display: block;
    position: relative;
    width: 100%;
    height: 0 !important;
    padding-bottom: 55%;
    overflow: hidden;
    margin-top: 3%;
  }
}
.iframe-ingame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #dfbb4f;
  border-radius: 20px;
}