@media (hover: none) and (pointer: coarse) and (max-width: 450px) {
  .ksCategoryAvatar .lastpostAvatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .ksCategoryAvatar .avatarep_fd.avatarep_forumindex {
    display: block;
    position: static;
    float: none;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 0;
  }

  .ksCategoryAvatar img.avatarep_forumindex_img {
    float: none;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 9px;
  }
}

@media (hover: none) and (pointer: coarse) {
  #header {
    width: calc(100vw - 50px) !important;
    margin: 0 0 0 50px !important;
    padding-top: 50px !important;
    box-sizing: border-box !important;
    position: relative !important;
    left: calc(50vw - 550px) !important;
  }

  #header .forum-banner {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  #header .forum-banner a {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  #header .forum-banner img {
    display: block !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
}
@media screen and (max-width: 450px) {
  .ksCategoryAvatar .lastpostAvatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .ksCategoryAvatar .avatarep_fd.avatarep_forumindex {
    display: block;
    position: static;
    float: none;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 0;
  }

  .ksCategoryAvatar img.avatarep_forumindex_img {
    float: none;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 9px;
  }

}

@media screen and (max-width: 768px) {
  #header {
    width: calc(100vw - 50px) !important;
    margin: 0 0 0 50px !important;
    padding-top: 50px !important;
    box-sizing: border-box !important;
    position: relative !important;
    left: calc(50vw - 550px) !important;
  }

  #header .forum-banner {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  #header .forum-banner a {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  #header .forum-banner img {
    display: block !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
}