  .gericht-gallery .iqonic-3dgallery {
      height: 640px;
      perspective: 790px;
  }

  .gericht-gallery .iqonic-3dgallery .iqonic-3dgallery-item {
      width: 412px;
      height: 600px;
      cursor: grab;
      opacity: 1 !important;
  }

  .gericht-gallery .iqonic-3dgallery .iqonic-3dgallery-item img {
      width: 100%;
      height: 600px;
      object-fit: cover;
  }

  .gericht-gallery .iqonic-3dgallery .iqonic-3dgallery-item:active {
      cursor: grabbing;
  }


  .gericht-gallery .iqonic-3dgallery .g-item {
      position: relative;
  }

  .gericht-gallery .iqonic-3dgallery .gericht-gallery-info {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
      text-align: center;
      opacity: 0;
      transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      z-index: 2;
  }

  .gericht-gallery .iqonic-3dgallery .g-item:hover .gericht-gallery-info {
      opacity: 1;
  }

  .gericht-gallery .iqonic-3dgallery .zoom {
      text-align: center;
      margin-top: 10px;
      width: 45px;
      height: 45px;
      display: inline-block;
      line-height: 45px;
      background: var(--color-theme-secondary);
  }

  .gericht-gallery .iqonic-3dgallery .g-item:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: #000;
      top: 0;
      opacity: 0;
      z-index: 0;
      transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;

  }

  .gericht-gallery .iqonic-3dgallery .g-item:hover:after {
      opacity: 0.3;
  }

  @media(max-width:1280px) {
      .gericht-gallery .iqonic-3dgallery {
          perspective: 590px;
      }

      .gericht-gallery .iqonic-3dgallery .iqonic-3dgallery-item {
          height: 600px;
      }

      .gericht-gallery .iqonic-3dgallery .iqonic-3dgallery-item img {
          width: 100%;
          height: 500px;
          object-fit: cover;
      }
  }

  @media(max-width:1024px) {
      .gericht-gallery .iqonic-3dgallery .iqonic-3dgallery-item {
          width: 300px;
      }
  }

  @media(max-width:767px) {
      .gericht-gallery .iqonic-3dgallery {
          perspective: 300px;
      }
  }

  @media only screen and (min-width: 400px) and (max-width: 600px) {
      .gericht-gallery .iqonic-3dgallery {
          perspective: 200px;
      }

      .gericht-gallery .iqonic-3dgallery .iqonic-3dgallery-item {
          width: 300px;
          height: 450px;
      }

      .gericht-gallery .iqonic-3dgallery .iqonic-3dgallery-item img {
          width: 100%;
          height: 400px;
          object-fit: cover;
      }
  }