body.page-template-ProductStart {
  background-image: url('static/img/bakgrund3.png');
}
.grid__item.product-categories__promo .product-categories__icon,
.grid__item.product-categories__promo:hover .product-categories__icon {
  background-image: url('static/img/bakgrund-knapp.png');
  background-size: cover;
}

@media screen and (min-width: 1024px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
  .type--productlist .blurb--video .btn--play {
    position: relative;
    margin-top: -75px;
    margin-bottom: 20px;
  }
}

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

@media screen and (max-width: 399px) {
}
