@charset "UTF-8";

@media screen and (max-width: 768px) {
  #globalNavi .contents-inner .box .link ul li:nth-of-type(1) {
    order: 0;
  }
  #globalNavi .contents-inner .box .link ul li:nth-of-type(2) {
    order: 4;
  }
  #globalNavi .contents-inner .box .link ul li:nth-of-type(3) {
    order: 1;
  }
  #globalNavi .contents-inner .box .link ul li:nth-of-type(4) {
    order: 5;
  }
  #globalNavi .contents-inner .box .link ul li:nth-of-type(5) {
    order: 2;
  }
  #globalNavi .contents-inner .box .link ul li:nth-of-type(6) {
    order: 6;
  }
  #globalNavi .contents-inner .box .link ul li:nth-of-type(7) {
    order: 3;
  }
  #globalNavi .contents-inner .box .link ul li:nth-of-type(8) {
    order: 7;
  }
}

body.home #contents .c-box05 {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box05 {
    padding-top: 80px;
  }
}
body.home #contents .c-box05 .slider {
  margin-top: 110px;
}
body.home #contents .c-box05 .slider .swiper-slide {
  text-align: center;
}
body.home #contents .c-box05 .slider .swiper-slide .thumbnail {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
body.home #contents .c-box05 .slider .swiper-slide .thumbnail::before {
  content: "";
  display: block;
  padding-top: 100%;
}
body.home #contents .c-box05 .slider .swiper-slide .thumbnail img, body.home #contents .c-box05 .slider .swiper-slide .thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home #contents .c-box05 .slider .swiper-slide .thumbnail a {
  display: block;
}
@media screen and (min-width: 769px) {
  body.home #contents .c-box05 .slider .swiper-slide .thumbnail a {
    transition: 0.3s;
  }
  body.home #contents .c-box05 .slider .swiper-slide .thumbnail a:hover {
    opacity: 0.85;
  }
}
body.home #contents .c-box05 .slider .swiper-slide .name {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  color: #222;
}
body.home #contents .c-box05 .slider .swiper-slide .name::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
body.home #contents .c-box05 .slider .swiper-slide .category {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
}
body.home #contents .c-box05 .slider .swiper-slide .category::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
body.home #contents .c-box05 .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 45px;
  gap: 20px 0;
}
body.home #contents .c-box05 .list .item {
  width: calc(155 / 325 * 100%);
}
body.home #contents .c-box05 .list .item:nth-of-type(1), body.home #contents .c-box05 .list .item:nth-of-type(4) {
  width: 100%;
}
body.home #contents .c-box05 .list .item .thumbnail {
  border-radius: 10px;
  overflow: hidden;
}
body.home #contents .c-box05 .list .item .thumbnail a {
  display: block;
  position: relative;
  background-color: transparent;
}
body.home #contents .c-box05 .list .item .thumbnail a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
body.home #contents .c-box05 .list .item .thumbnail a img, body.home #contents .c-box05 .list .item .thumbnail a iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home #contents .c-box05 .list .item .thumbnail a img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
body.home #contents .c-box05 .list .item .name {
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
body.home #contents .c-box05 .logo-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 80px;
  padding: 0 15px;
}
@media screen and (max-width: 500px) {
  body.home #contents .c-box05 .logo-list {
    gap: 10px 0;
  }
}
body.home #contents .c-box05 .logo-list .logo-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: calc(100% / 8);
  padding: 0 10px;
  height: 110px;
}
@media screen and (max-width: 500px) {
  body.home #contents .c-box05 .logo-list .logo-item {
    justify-content: center;
    width: 33%;
    padding: 0 10px;
    height: 65px;
  }
}
body.home #contents .c-box05 .logo-list .logo-item img {
  max-width: 70%;
}
body.home #contents .c-box05 .btn {
  margin-top: 65px;
}
body.home #contents .c-box05 .btn a {
  padding-left: 0;
  justify-content: center;
}

.post-type-archive-games,
.single-games {
  background-color: #000;
}
.post-type-archive-games .logo img,
.single-games .logo img {
  filter: invert(1) contrast(2);
}
@media screen and (min-width: 769px) {
  html.lock .post-type-archive-games .logo img,
  html.lock .single-games .logo img {
    filter: none;
  }
}
body.sub.post-type-archive-games #breadcrumb a,
body.sub.single-games #breadcrumb a {
  color: #fff;
}
body.sub.post-type-archive-games #breadcrumb > span,
body.sub.single-games #breadcrumb > span {
  color: #fff;
}
body.sub.post-type-archive-games #contents .page-title,
body.sub.single-games #contents .page-title {
  color: #fff;
}
.post-type-archive-games .section-title,
.single-games .section-title {
  color: #fff;
}
.post-type-archive-games .section-title::before,
.single-games .section-title::before {
  background-color: #3f0;
}

/*--------------------------
GAMES LIST
----------------------------*/
body.games-list #contents .c-box01 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  body.games-list #contents .c-box01 {
    margin-top: 40px;
  }
}
body.games-list #contents .c-box01 .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 60px 4.25%;
}
@media screen and (max-width: 768px) {
  body.games-list #contents .c-box01 .list {
    gap: 40px 5%;
  }
}
body.games-list #contents .c-box01 .list .item {
  width: 30.5%;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body.games-list #contents .c-box01 .list .item {
    width: 47.5%;
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  body.games-list #contents .c-box01 .list .item {
    width: 100%;
  }
}
body.games-list #contents .c-box01 .list .item .item-thumbnail {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  background-color: transparent;
}
body.games-list #contents .c-box01 .list .item .item-thumbnail::before {
  content: "";
  display: block;
  padding-top: 100%;
}
body.games-list #contents .c-box01 .list .item .item-thumbnail img, body.games-list #contents .c-box01 .list .item .item-thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body.games-list #contents .c-box01 .list .item .item-thumbnail {
    border-radius: 10px;
  }
}
body.games-list #contents .c-box01 .list .item .item-thumbnail a {
  display: block;
}
@media screen and (min-width: 769px) {
  body.games-list #contents .c-box01 .list .item .item-thumbnail a {
    transition: 0.3s;
  }
  body.games-list #contents .c-box01 .list .item .item-thumbnail a:hover {
    opacity: 0.85;
  }
}
body.games-list #contents .c-box01 .list .item .item-title {
  margin-top: 20px;
  font-weight: bold;
  line-height: 2.4;
  color: #fff;
}
body.games-list #contents .c-box01 .list .item .item-title::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2.4) * 0.5em);
}
body.games-list #contents .c-box01 .list .item .item-meta {
  margin-top: 12px;
  color: #999;
  line-height: 2.4;
}
body.games-list #contents .c-box01 .list .item .item-meta::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2.4) * 0.5em);
}


/*--------------------------
WORKS SINGLE
----------------------------*/
body.single-games #contents .page-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
body.single-games #contents .page-title .text {
  padding-right: 15px;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .page-title .text {
    font-size: 20px;
  }
}
body.single-games #contents .page-title .self {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  min-width: 150px;
  height: 35px;
  padding: 0 10px;
  border-radius: 35px;
  background-color: #78A7C9;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .page-title .self {
    width: 100px;
    height: 20px;
    border-radius: 18px;
    font-size: 10px;
  }
}
body.single-games #contents .mv {
  position: relative;
  height: 580px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .mv {
    height: auto;
    padding: 20px;
    text-align: center;
  }
  body.single-games #contents .mv .logo {
    position: absolute;
    bottom: -50px;
    right: 25px;
  }
  body.single-games #contents .mv .logo img {
    width: 70px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
    filter: none;
  }
}
@media screen and (min-width: 769px) {
  body.single-games #contents .mv img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}
body.single-games #contents .mv.movie {
  position: relative;
  background-color: transparent;
}
@media screen and (min-width: 769px) {
  body.single-games #contents .mv.movie:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  body.single-games #contents .mv.movie {
    padding: 0;
  }
}
body.single-games #contents .mv.movie::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 120px;
  height: 120px;
  background: url("../images/works/btn-play.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .mv.movie::before {
    width: 50px;
    height: 50px;
  }
}
body.single-games #contents .mv-caution {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 13px;
  line-height: 2.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .mv-caution {
    display: none;
  }
}
body.single-games #contents .c-box01 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .c-box01 {
    padding-top: 60px;
  }
}
body.single-games #contents .c-box01 .games-outline {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
body.single-games #contents .c-box01 .games-outline .outline-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .c-box01 .games-outline .outline-inner {
    flex-wrap: wrap;
  }
}
body.single-games #contents .c-box01 .games-outline .outline-inner > div {
  width: calc(500 / 1050 * 100%);
}
@media screen and (max-width: 768px) {
  body.single-games #contents .c-box01 .games-outline .outline-inner > div {
    width: 100%;
  }
}
body.single-games #contents .c-box01 .games-outline .outline-inner .item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  font-size: 14px;
  line-height: 2.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .c-box01 .games-outline .outline-inner .item {
    display: block;
    font-size: 13px;
    line-height: 2;
  }
}
body.single-games #contents .c-box01 .games-outline .outline-inner .item:not(:nth-of-type(1)) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .c-box01 .games-outline .outline-inner .item:not(:nth-of-type(1)) {
    margin-top: 15px;
  }
}
body.single-games #contents .c-box01 .games-outline .outline-inner .item .item-title {
  flex-shrink: 0;
  width: 110px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .c-box01 .games-outline .outline-inner .item .item-title {
    width: 100%;
  }
}
body.single-games #contents .c-box01 .games-outline .outline-inner .item .item-content {
  word-break: break-all;
}
body.single-games #contents .c-box01 .games-outline .outline-inner .item .item-content a {
  color: #FF5D50;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  body.single-games #contents .c-box01 .games-outline .outline-inner .item .item-content a {
    transition: color 0.3s;
  }
  body.single-games #contents .c-box01 .games-outline .outline-inner .item .item-content a:hover {
    color: #E64D1F;
  }
}
body.single-games #contents .c-box01 .games-outline .outline-inner .item .item-content .ar-btn {
  margin: 20px auto 0;
}
body.single-games #contents .c-box01 .games-outline .outline-inner .col02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 950px) {
  body.single-games #contents .c-box01 .games-outline .outline-inner .col02 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  body.single-games #contents .c-box01 .games-outline .outline-inner .col02 {
    margin-top: 15px;
  }
}
body.single-games #contents .c-box01 .games-outline .outline-inner .col02 .item {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .c-box01 .games-outline .outline-inner .col02 .item {
    padding-right: 0;
  }
}
body.single-games #contents .c-box01 .games-outline .outline-inner .col02 .img {
  flex-shrink: 0;
}
@media screen and (max-width: 950px) {
  body.single-games #contents .c-box01 .games-outline .outline-inner .col02 .img {
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  body.single-games #contents .c-box01 .games-outline .outline-inner .col02 .img {
    display: none;
  }
}
body.single-games #contents .c-box01 .games-outline .outline-inner .col02 .ar-btn-wrap {
  width: 100%;
  margin-top: 20px;
}
body.single-games #contents .c-box01 .games-detail,
body.single-games #contents .c-box01 .games-images,
body.single-games #contents .c-box01 .games-link {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .c-box01 .games-detail,
  body.single-games #contents .c-box01 .games-images,
  body.single-games #contents .c-box01 .games-link {
    flex-wrap: wrap;
    margin-top: 60px;
  }
}
body.single-games #contents .c-box01 .games-detail .section-title,
body.single-games #contents .c-box01 .games-images .section-title,
body.single-games #contents .c-box01 .games-link .section-title {
  flex-shrink: 0;
  width: 200px;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .c-box01 .games-detail .section-title,
  body.single-games #contents .c-box01 .games-images .section-title,
  body.single-games #contents .c-box01 .games-link .section-title {
    width: 100%;
  }
}
body.single-games #contents .c-box01 .games-detail .content,
body.single-games #contents .c-box01 .games-images .content,
body.single-games #contents .c-box01 .games-link .content {
  flex-grow: 1;
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  body.single-games #contents .c-box01 .games-detail .content,
  body.single-games #contents .c-box01 .games-images .content,
  body.single-games #contents .c-box01 .games-link .content {
    margin-top: 40px;
  }
}
body.single-games #contents .c-box01 .games-detail .section-title {
  margin-top: 5px;
}
body.single-games #contents .c-box01 .games-detail .content .headline {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .c-box01 .games-detail .content .headline {
    font-size: 16px;
  }
}
body.single-games #contents .c-box01 .games-detail .content p {
  margin-top: 25px;
  font-size: 15px;
  line-height: 2.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .c-box01 .games-detail .content p {
    font-size: 14px;
    line-height: 2.2;
  }
}
body.single-games #contents .c-box01 .games-images .caption {
  font-size: 14px;
  line-height: 2.5;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .c-box01 .games-images .caption {
    margin-top: 5px;
    font-size: 13px;
    line-height: 2.4;
  }
}
body.single-games #contents .c-box01 .games-images .content figure .figure-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  text-align: center;
  padding: 35px 20px;
  width: 100%;
  height: 500px;
}
body.single-games #contents .c-box01 .games-images .content figure .figure-inner:not(.full) {
  aspect-ratio: 325 / 183;
}
body.single-games #contents .c-box01 .games-images .content figure .figure-inner:not(.full) img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
}
body.single-games #contents .c-box01 .games-images .content figure .figure-inner.full {
  padding: 0;
  height: auto;
  border: none;
  background-color: transparent;
}
body.single-games #contents .c-box01 .games-images .content figure .figure-inner.full img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .c-box01 .games-images .content figure .figure-inner {
    height: auto;
    aspect-ratio: 325 / 183;
    padding: 10px 20px;
  }
  body.single-games #contents .c-box01 .games-images .content figure .figure-inner.movie {
    height: auto;
    padding: 0;
    border: none;
  }
}
body.single-games #contents .c-box01 .games-images .content figure:not(:nth-of-type(1)) {
  margin-top: 40px;
}
body.single-games #contents .c-box01 .games-images .content .qr-list {
  margin-top: 40px;
}
body.single-games #contents .c-box01 .games-images .content .qr-list .qr-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  min-height: 480px;
  padding: 0 70px;
  border: 1px solid #CCCCCC;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .c-box01 .games-images .content .qr-list .qr-inner {
    flex-wrap: wrap;
    min-height: auto;
    gap: 20px 0;
    padding: 20px 25px 30px;
  }
}
body.single-games #contents .c-box01 .games-images .content .qr-list .qr-inner .item {
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .c-box01 .games-images .content .qr-list .qr-inner .item {
    width: 50%;
  }
}
body.single-games #contents .c-box01 .games-images .content .qr-list .qr-inner .item .qr-title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .c-box01 .games-images .content .qr-list .qr-inner .item .qr-title {
    margin-top: 5px;
    font-size: 12px;
  }
}
body.single-games #contents .c-box01 .games-images .content .ar-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  body.single-games #contents .c-box01 .games-images .content .ar-list {
    flex-wrap: wrap;
    gap: 20px 0;
    margin-top: 40px;
  }
}
body.single-games #contents .c-box01 .games-images .content .ar-list .item {
  width: calc(190 / 850 * 100%);
}
@media screen and (max-width: 900px) {
  body.single-games #contents .c-box01 .games-images .content .ar-list .item {
    width: 50%;
    padding: 0 15px;
  }
}
body.single-games #contents .c-box01 .games-images .content .ar-list .item .ar-btn {
  margin: 0 auto;
}
body.single-games #contents .c-box01 .games-images .content .ar-list .item p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 900px) {
  body.single-games #contents .c-box01 .games-images .content .ar-list .item p {
    font-size: 13px;
    line-height: 1.8;
  }
}
body.single-games #contents .c-box01 .games-link ul li:not(:nth-of-type(1)) {
  margin-top: 20px;
}
body.single-games #contents .c-box01 .games-link ul li a {
  color: #FF5D50;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  body.single-games #contents .c-box01 .games-link ul li a {
    transition: color 0.3s;
  }
  body.single-games #contents .c-box01 .games-link ul li a:hover {
    color: #E64D1F;
  }
}
body.single-games #contents .c-box01 .last-sentence {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .c-box01 .last-sentence {
    margin-top: 100px;
  }
}
body.single-games #contents .c-box01 .last-sentence p {
  font-size: 13px;
  line-height: 2.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.single-games #contents .c-box01 .last-sentence p {
    font-size: 10px;
  }
}
body.single-games .movie-modal {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #16191D;
  display: none;
}
body.single-games .movie-modal .close {
  position: absolute;
  z-index: 10;
  top: 50px;
  right: 50px;
}
@media screen and (min-width: 769px) {
  body.single-games .movie-modal .close:hover {
    cursor: pointer;
  }
}
body.single-games .movie-modal.active {
  display: block;
  animation: show 0.3s linear;
}
body.single-games .movie-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1189px;
  aspect-ratio: 1189 / 689;
}
body.single-games .movie-modal .modal-content iframe,
body.single-games .movie-modal .modal-content video {
  width: 100%;
  height: 100%;
}