@media only screen and (min-width:769px) and (max-width:1023px) {

  .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;
  }


  @media only screen and (min-width:944px) and (max-width:1023px) {
    #block-views-block-mywidget-block-4 {
        background: var(--tri);
        display: inline-block;
        font-size: 0.9em;
        margin: 0;
        padding: 5px;
    }
  }
}
