@media only screen and (max-width: 504px) {
  
    #w3-menu-container {
      width: 210px !important;
    }
  }
  

  #w3-full-screen-game-div-button {
    position: fixed;
    top: 19px;
    right: 25px;
    z-index: 100;
  }
  #w3-full-screen-button {
    cursor: pointer;
    display: block;
  }
  #w3-side-navigation {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
  }
  #w3-menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 25px;
    left: 25px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }
  #w3-menu-container {
    line-height: normal;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 210px;
    height: 100vh;
    margin-top: -150px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -50px;
    padding-top: 190px;
    padding-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;
    background-color: #16181c;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    list-style-type: none;
  }
  #w3-scrollable-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    align-content: space-between;
    max-height: calc(100vh - 65px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 10px;
  }
  #w3-scrollable-container::-webkit-scrollbar {
    display: none;
  }
  #w3-scrollable-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #w3-left-column {
    min-width: 200px;
    padding-right: 30px;
    padding-bottom: 10px;
  }
  #w3-right-column {
    width: 200px;
    padding-bottom: 10px;
  }
  #w3-menu-bottom {
    width: 200px;
    padding-bottom: 50px;
  }
  #w3-menu-bottom p {
    margin-bottom: 5px;
  }
  #w3-checkbox1 {
    display: flex;
    width: 70px;
    height: 55px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    left: -10px;
    top: -15px;
  }
  #w3-menuToggle span {
    display: flex;
    width: 50px;
    height: 4px;
    margin-bottom: 10px;
    position: relative;
    background: blue;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 6px 0;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  @media only screen and (max-width: 600px) {
    #w3-menuToggle span {
      width: 24px;
      height: 2px;
      margin-bottom: 4px;
      transform-origin: 3px 0;
    }
    #w3-checkbox1 {
      width: 40px;
      height: 40px;
    }
  
  }
  #w3-menuToggle span:first-child {
    transform-origin: 0% 0%;
  }
  #w3-menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  #w3-checkbox1:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
  }
  #w3-checkbox1:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  #w3-checkbox1:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }
  #w3-checkbox1:checked ~ #w3-menu-container {
    transform: none;
  }
  #w3-menu1 {
    list-style-type: none;
  }
  #w3-menu1 h1 {
    color: #fff;
  }
  #w3-menu1 a {
    margin-left: 7px;
    text-decoration: none;
    color: #e6e6e6;
    opacity: 1;
    font-size: 1.1rem;
    font-weight: 300;
    transition: 200ms;
  }
  #w3-menu1 li:hover {
    background-color: #0e0e0e !important;
  }
  #w3-menu1 li {
    border-radius: 25px;
    padding: 10px;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .w3-more-games-button {
    background-color: #16181c;
    border: 1px #d3d3d3 solid;
    border-radius: 10px;
    color: lightgrey;
    font-size: 24px;
    text-transform: uppercase;
    padding: 4px 10px;
    width: 180px;
    outline: 0;
  }
  .w3-more-games-button:hover {
    cursor: pointer;
    border: 1px #a9a9a9 solid;
    background-color: #0f0f0f;
    color: #0e0e0e;
  }
  a.w3-page-link {
    text-decoration: none;
    color: #e6e6e6;
    opacity: 1;
    font-size: 1.5rem !important;
    font-weight: 400;
    transition: 200ms;
    padding-bottom: 2px;
  }
  a.w3-page-link:hover {
    opacity: 0.5;
  }
  a.w3-small-link {
    text-decoration: none;
    color: #e6e6e6;
    opacity: 1;
    font-size: 1rem !important;
    font-weight: 400;
    transition: 200ms;
    padding-bottom: 2px;
  }
  a.w3-small-link:hover {
    opacity: 0.5;
  }
  a.w3-small-link:visited {
    color: #e6e6e6;
  }
  .w3-menu-small-text {
    color: #e6e6e6;
    opacity: 1;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .w3-asterisk {
    color: #e6e6e6;
    opacity: 1;
    font-size: 1.5rem;
    font-weight: 400;
    vertical-align: top;
  }
  .w3-active {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #w3-menu-container {
    height: revert;
  }
  #w3-menu-container {
    width: 350px !important;
  }


.jnews-dark-mode #w3-menuToggle span{
	background:white!important;
}

  