@media screen and (min-width: 481px) and (max-width: 640px) {

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

  @media screen and (min-width: 630px) {
    .slidetxt .info-inner {
      max-width: none;
    }
    .slideshow .slidetxt .info-inner .item {
      width: auto;
    }
  }
}
