@media only screen and (min-width:641px) and (max-width:768px) {

  .slidetxt .info-inner {
    max-width: none;
  }
  .slideshow .slidetxt .info-inner .item {
    width: auto;
  }

  /* GALERI FOTO */
  .taxterm.gallery .views-row {
      width: calc(100% / 2 - 18px);
  }

  /* NO RESULT */
  .noresult-wrapper .group-left {
      width: 50%;
  }
  .noresult-wrapper .group-right {
      align-self: center;
      max-width: 40%;
      width: auto;
  }

}
