.global_nav li a {
  display: block;
}
#lang_switch a {
  display: block;
}
#main_titile picture > img {
  margin: 1%;
  max-width: 98%;
  height: auto;
}
#prerelease th {
  border: none;
}
#prerelease td {
  border: none;
}
@media screen and (min-width: 769px) {
  body {
    margin: auto;
    width: 95%;
  }
  #company_infomation {
    display: flex;
    flex-direction: row;
    height: 100px;
  }
  #company_infomation div {
    flex: 1;
  }
  #topics > div {
    margin-bottom: 10px;
  }
  .top_menu_label {
    display: none;
  }
  .global_nav > ul {
    display: flex;
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
  }
  .global_nav > ul > li {
    display: block;
    flex: 1;
    text-align: center;
  }
  .global_nav li a {
    padding-left: 0px;
  }
  .dropdown-parent {
    position: relative;
    display: block;
  }
  .dropdown-content {
    position: absolute;
  }
  .dropdown-content li a {
    padding-left: 0px;
  }
  #bread ul {
    display: flex;
    flex-direction: row;
  }
  main {
    display: flex;
    flex: 1;
    min-height: 50vh;
  }
  #infomation {
    flex: 2;
  }
  #infomation > div {
    margin-top: 10px;
  }
  #thumbnail {
    display: flex;
    flex-wrap: wrap;
  }
  #sidebar {
    flex: 1;
  }
  #topics {
    display: flex;
    flex-wrap: wrap;
  }
  #topics > div {
    width: calc(33.3% - 10px);
    min-height: 50px;
  }
  #topics > div > img {
    float: left;
  }
  #lang_switch {
    display: flex;
    flex-direction: row;
  }
}
