.hero-block_image {
  background: url(https://cdn.webshopapp.com/shops/251676/themes/135860/v/213061/assets/hero.jpg?20200905122332?20200905122216) no-repeat;
    width: 100%;
    height: 36rem;
    max-height: 36rem;
    background-size: cover;
    background-position: center center;
}
.banner-block_ban1 {
    background: url(https://cdn.webshopapp.com/shops/251676/themes/135860/v/6860/assets/banner-1.jpg?20200905122332?20200624103028) no-repeat;
    background-size: cover;
}

.banner-block_ban2 {
    background: url(https://cdn.webshopapp.com/shops/251676/themes/135860/assets/banner-2.jpg?20200905122332?20200905122214) no-repeat;
    background-size: cover;
}

.banner-block_ban3 {
    background: url(https://cdn.webshopapp.com/shops/251676/themes/135860/assets/banner-3.jpg?20200905122332?20200905122214) no-repeat;
    background-size: cover;
}
.featured-block_img {
    background: url(https://cdn.webshopapp.com/shops/251676/themes/135860/v/213065/assets/featured.jpg?20200905122332?20200905122335) no-repeat;
    background-size: cover;
    background-position: center;
    max-width: calc(40% - 1.5rem);
    max-width: -webkit-calc(40% - 1.5rem);
    max-width: -moz-calc(40% - 1.5rem);
    width: calc(40% - 1.5rem);
    width: -webkit-calc(40% - 1.5rem);
    width: -moz-calc(40% - 1.5rem);
}