@media only screen and (min-width: 1024px) {
  /* devices wider than 1024px */
  body.page-1 .slick-list .slider-item,   body.page-1 .slick-list .slider-item img {
    height: 100vh ;
    width: 100vw;
    object-fit: cover;
    }
  
}



@media only screen and (max-width: 767px) {
  /* styles for mobile devices go here */
  .blog-listing-wrapper .blog-items .intro-content{
        margin-left: 20px;
  }
  
  .blog-listing-wrapper .a2a_kit{
      margin-left: 20px !important;
  }
  
}


.main-block {
    /*background-image: url(/images/site-specific/background-left.webp), url(/images/site-specific/background-right.webp) !important;*/
    /*background-size: 100%;*/
}