/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .cf-taigame {
    text-align: center;
  }

  .cf-taigame .c-group-img {
    justify-content: center;
  }

  .c-heading {
    background-image: url(/wp-content/themes/codetay/assets/images/fix/title-mb.webp);
  }

  .category .c-heading {
    background-image: none;
  }

  header .navbar {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  header nav .navbar-nav li:last-child {
    display: none;
  }

  header nav .navbar-brand img {
    margin-top: 0;
  }

  .navbar .flex-right {
    margin-left: auto;
    margin-right: 10px;
  }

  .navbar .flex-right li.html {
    list-style: none;
  }

  .navbar .flex-right li.html a {
    list-style: none;
    background-color: #f6dd78;
    padding: 7px 1rem !important;
    border-radius: 5px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
  }

  .frame-livestream .h1-home-title {
    margin-bottom: 2.5rem;
  }

  .btn-none-dl {
    margin-top: 2.5rem;
  }

  .c-banner {
    background: url(/wp-content/themes/codetay/assets/images/bg_home_mobile.webp)
      no-repeat;
    background-size: cover;
  }
}

@media only screen and (max-width: 992px) and (orientation: landscape) {
  .c-heading-2 {
    margin-bottom: 1rem;
  }

  .c-banner iframe {
    transform: scale(0.3);
    transform-origin: top;
    margin-bottom: -17rem;
  }
  .c-button-group-cnbw {
    transform: scale(0.5);
    /*         transform-origin: top; */
    position: relative;
    top: 19px;
  }
  .page-id-1408 .c-banner {
    transform: scale(0.5);
    transform-origin: top;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .btn-none-dl {
    width: 80% !important;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}
