/* Mobile up to 767px
//
//
//
*/
@media (max-width: 767px) {
  .columns {
    display: block !important;
  }
  ol.products.list.items.product-items > li.product-item {
    /*margin-left: 0;
        margin-right: 0;*/
  }
  .catalog-category-view ol.products.list.items.product-items {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .catalog-product-view.product-type-carousel .product-info-main {
    margin: 0;
  }
  .product-pyb-intro > * {
    flex-basis: auto;
  }
  .product-pyb-intro > div:not(:first-child) {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.content {
    margin: 0;
    border-radius: 0;
  }
  .pyb-post-list-item {
    width: 100%;
  }
  #bg-video-pause,
  #bg-video-expand {
    display: none;
  }
}

/* Mobile and Tablet up to 991px
//
//
//
*/
@media (max-width: 991px) {
  .catalog-category-view .columns .column.main > * {
    margin: 0;
  }
  .product-pyb-intro {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-reviews-summary .reviews-actions a.add {
    display: none;
  }
  .pyb-post-image {
    height: 130px;
  }
}

/* Tablet/Desktop und größer als 991px
//
//
//
*/
@media (min-width: 991px) {
  .page-layout-extended-product-page #product_part_container {
    display: none;
  }
}
