@media (max-width: 768px) {

  /* Make containers fluid on mobile */
  .wrapper, .main_news, .left_column, .right_column {
      max-width: 100%;
      width: 100%;
      box-sizing: border-box;
      float: none !important;
  }

  /* Responsive images */
  img, video {
      max-width: 100% !important;
      height: auto !important;
  }

  img[width], img[height] {
      width: 100% !important;
      height: auto !important;
  }

  /* Navigation menu becomes vertical */
  .navbar ul.nav.menu > li {
      display: block;
      margin: 10px 0;
  }

  .linki_wrapper ul.nav.menu.mod-list {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
  }

  #top_right {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
  }

  .head_text h1 {
      font-size: 22px;
  }

  body {
      font-size: 16px;
  }

  /* Pagination adapts */
  .pagination-list {
      display: flex;
      flex-wrap: wrap;
  }

  /* Slider images */
  .bt-image-link img,
  .nivoSlider img {
      width: 100% !important;
      height: auto !important;
  }

  .bt-row {
      width: 100% !important;
  }

  /* Scrollable tables */
  table {
      display: block;
      width: 100%;
      overflow-x: auto;
  }

}

