@media only screen and (min-width: 2000px) {
  .overlay {
    width: 66vw;
  }
  .news .overlay {
   /* left: 33%;*/
  }
  .contact .background-img-video {
    width: 100%;
    height: auto;
  }
  .contact .overlay {
    width: 45vw;
    bottom: -2rem;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 13px;
  }
  .header {
    justify-content: space-between;
  }
  .homepage .header {
    justify-content: center;
  }
  .jkc-logo {
    position: relative;
    left: 2rem;
    margin-left: 2rem;
  }
  .jkc-main-flex-container {
    width: 50%;
  }
  .jkc-right-contact-main {
    width: 100%;
  }
  .overlay {
    width: 60%;
  }
  .text-container {
    margin-left: 0.5rem;
  }
  .about .jkc-main {
    width: auto;
  }
}

@media only screen and (max-width: 1200px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  #nav-toggle {
    display: none;
  }

  .header .main-navigation ul {
    display: flex !important;
  }
}


@media only screen and (max-width: 1024px) {
  html {
    font-size: 11px !important;
  }
  .character {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1rem;
  }
  .character img {
      width: 13rem;
  }
  .jkc-main {
    padding: 1rem 0.5rem;
   }
   .home .jkc-main, 
   .contact .jkc-main {
    padding: 2rem 2rem;
    }
   
  .jkc-logo {
    left: 0;
    margin-left: 0;
  }
  .contact .jkc-main {
    flex-direction: column;
    justify-content: flex-start;
  }
  .contact .iron_noir_soft_logo {
    position: relative;
    width: 50%;
    border: 1px solid #f9c189;
    right: auto;
    bottom: auto;
    margin: auto;
    max-width: 15rem;
  }
  .gallery .background-slider-images {
    filter: none;
  }
  .background-slider-images video,
  .background-slider-images img {
    /* right: 50%; */
    opacity: 0;
    /* left: -50%; */
    overflow: hidden;
  }
  .background-slider-images {
    overflow: hidden;
  }
  .will-arive-in-decemb {
    margin-top: 1.5rem;
  }
  .joe-kowalski-chronicles {
    line-height: 2.7rem;
    font-size: 2.7rem;
    margin-top: 1rem;
  }
  .murder-in-a-flat {
    line-height: 2.2rem;
    font-size: 2.2rem;
  }
  .btn-trailer {
    height: 4.5rem;
    width: 14rem;
  }
  .jkc-main-flex-container {
    width: 100%;
  }
  .jkc-section-container {
    height: 100%;
    width: 100%;
    flex-direction: column;
  }
  .main-sub-heading {
    width: 100%;
    margin-left: auto;
  }
  body .main-sub-heading h2 {
    transform: none;
    margin-top: 1rem;
  }

  .about .main-heading {
    display: none;
  }
  .about .text-container {
    margin: 1rem auto;
    width: 90%;
  }
  .about .text-container p {
    font-size: 1.4rem;
  }
  .news .news-and-media {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1.7rem;
  }
  .news .jkc-main-left-container {
    width: 100%;
  }
  .news .jkc-main-right-container {
    width: 100%;
  }
  .hide {
    margin-left: -1000px;
  }
  .right-content .overlay,
  .overlay {
    display: none;
  }
  .homepage .background-slider-images {
    filter: brightness(0.45);
  }
  .background-slider-images {
    filter: brightness(0.15);
  }
  .home .background-slider-images {
    filter: brightness(0.45);
  }

  .header {
    justify-content: space-between;
  }
  .homepage .header {
    justify-content: flex-end;
  }

  #nav-toggle {
    display: flex;
    align-items: center;
    margin-right: 2rem;
  }
  .header .main-navigation ul {
    display: flex;
    width: 20rem;
    flex-direction: column;
    position: absolute;
    height: 22rem;
    background: rgba(0, 0, 0, 0.95);
    right: 0;
    z-index: 100;
    padding: 1rem;
    top: 6rem;
    border-bottom: 1px solid #f9c189;
    border-left: 1px solid #f9c189;
  }
  
  /* Donations */
   .donate .jkc-main {
    padding: 2rem 1rem;
    }
   .donations-container ul {
      flex-direction: column;
   }

   section .donations h2 {
     margin: 50px 0 30px 0;
   }
   .donations li.nft-item {
     flex-direction:column;
   }
   .donations-container ul li {
    padding: 40px;
    margin: 2rem 0;
   }
   .donations .nft-container .btn-trailer {
      margin: 1rem auto 3rem auto
   }
   .donations .nft-container a {
        height: auto;
        margin: 0 auto;
        width: 80%;
        min-width: auto;
   }
   .donations .nft-container ul {
        width: 95%;
        margin: 0 auto;
    }
   section.jkc-main .donations ul li img {
    /*width: 50% !important;*/
   }
}
@media only screen and (orientation: portrait) and (max-width: 1024px) {
 .home .background-slider-images .background-img-video.img-video-1 {
    right: -14rem;
  }
}
@media only screen and (max-height: 850px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-height: 780px) {
  html {
    font-size: 13px;
  }
  .jkc-main {
    padding: 1rem 2rem;
  }
}
@media only screen and (max-height: 500px) {
  html {
    font-size: 8px;
  }
  .socials-navigation-list img {
    height: 16px;
    width: 16px;
  }
}

