@media only screen and (max-width: 1024px) {
   .burkani--homepage-category-banners {
      display: flex;
      flex-direction: column;
   }

   .burkani--homepage-category-banners .cb--column .cb--block {
      min-height: 185px;
      max-height: 185px;
   }

   .burkani--homepage-category-banners .cb--column.column-two .cb--block {
      min-height: 390px;
      max-height: 390px;
   }

   .burkani--homepage-category-banners .cb--column .c--row {
      flex-direction: column;
   }

   .burkani--homepage-category-banners .cb--column .c--row.two-columns .cb--block:first-child {
      margin-right: 0px;
      margin-bottom: 20px;
   }

   .module-blog_posts .caption {
      height: 60%;
      width: 80%;
      left: 10%;
      top: 20%;
      transform: none;
   }

   .burkani--footer-logo img {
      max-width: 200px;
      margin: 0 auto;
   }

   .burkani--footer-newsletter.module-newsletter .module-body .newsletter-form form>div:not(.buttons):not(.checkout-section):not(.dropdown):not(#review).input-group {
      display: flex;
      flex-direction: column;
      height: auto;
   }

   .module-newsletter .input-group .input-group-btn .btn {
      position: relative;
      margin: 10px auto 0px auto;
      max-width: 300px;
   }

   .product-grid.product-grid .product-layout .product-thumb .option-image-toggle img {
      width: 100%;
      height: auto;
   }

   .btn.mobile-filter-trigger {
      left: 75vw!important;
      margin-left: 0px!important;
   }

   #product-wizard .product-thumb .model {
      background-color: #484f50;
      color: #fff;
      text-align: center;
      padding: 5px;
      font-size: 15px;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
   }

   .product-layout .burkani-accordeon--title,
   .product-layout .discount-row {
      color: #000;
   }

   #product-wizard .product-thumb .image {
      height: unset;
   }
}