.page-blog-article .article-content img {
  max-width: 100%;
  margin: 10px 0;
  border-radius: 5px;
}

.page-about-us .banner {
  background-position: 50% 80%
}

.page-faqs .banner {
  background-size: auto 100%;
}

.list-item .item-image:after {
  background: none!important
}

.logo {
  z-index: 10;
}

.navigation .logo img {
  transform: scale(2.5) translate(0, 9px);
  padding: 4px;
}

@media screen and (min-width: 1100px) {
  .navigation .logo img {
    transform: scale(2.5) translate(13px, 8px);
  }
  .banner-badges {
    max-width: 300px!important;
    margin: 10px auto;
   
  }
  .cannapro-badge {
    max-width: 150px!important;
    margin: 20px auto;
  }
  .banner-logo {
    max-width: 250px!important;
  }
}

.cannapro-badge {
  max-width: 125px!important;
  margin: 10px auto;
}

.banner-badges {
  max-width: 325px;
  margin: 20px auto;
  display: block;
}

@media screen and (min-width: 1100px) {
  .banner {
    height: 400px!important;
  }
  .scroll-mouse {
    display: none!important;
  }
  .page-home .scroll-mouse {
    display: block!important
  }
}

.shop-heading {
  padding-top: 80px!important;
  padding-bottom: 80px!important;
}

.shop-heading:before {
  content: '';
  background-image: url("https://i.postimg.cc/qvZMHckN/payment-icons-dark.jpg");
  width: 100%;
  max-width: 300px;
  height: 42px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}

.shop-heading:after {
  content: '';
  background-image: url(https://i.postimg.cc/kgwhnV41/th.jpg);
  width: 100%;
  max-width: 200px;
  height: 68px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.banner-video {
  height: 100%;
}

@media screen and (max-width: 550px) {
  .banner-video {
    left: 55%!important;
  }
  .page-home .banner {
    height: 40vh!important;
    min-height: 0!important;
    margin-top: 0!important;
  }
  .page-home .scroll-mouse {
    display: none!important;
  }
  .page-home {
    margin-top: 75px!important;
  }
  .navigation .inner {
    background: rgba(0, 0, 0, 0.91)!important;
  }
}

@media screen and (min-width: 550px) {
  .page-home .banner {
    height: 100vh!important;
  }
}

@media screen and (max-width: 550px) {
.page-section {
padding: 20px!important;
}
}

.page-how-do-i-take-cbd .banner {
max-height: 400px
}