.elementor-7474 .elementor-element.elementor-element-12d6608{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ddd66d2 */@keyframes changePictures {
  0% {
    background-image: url('https://cardinmove.com/wp-content/uploads/2023/05/1684776695247-1.png');
  }
  12% {
    background-image: url('https://cardinmove.com/wp-content/uploads/2023/05/1684776695235-1.png');
  }
  24% {
    background-image: url('https://cardinmove.com/wp-content/uploads/2023/05/1684776695224-1.png');
  }
  36% {
    background-image: url('https://cardinmove.com/wp-content/uploads/2023/05/1684776695212-1.png');
  }
  48% {
    background-image: url('https://cardinmove.com/wp-content/uploads/2023/05/1684776695201-1.png');
  }
  60% {
  background-image: url('https://cardinmove.com/wp-content/uploads/2023/05/1684776695187-1.png');
  }
  72% {
  background-image: url('https://cardinmove.com/wp-content/uploads/2023/05/1684776695170-1.png');
  }
  84% {
  background-image: url('https://cardinmove.com/wp-content/uploads/2023/05/1684776695153-1.png');
      
  }
  100% {
   background-image: url('https://cardinmove.com/wp-content/uploads/2023/05/1684776695247-1.png');
  }
}
.kartya {
  width: 600px; /* Adjust the width to fit your needs */
  height: 377px; /* Adjust the height to fit your needs */
   max-width: 600px; /* Adjust the width to fit your needs */
  max-height: 377px; /* Adjust the height to fit your needs */
  animation: changePictures 8s infinite;
  background-size: contain;
  background-repeat: no-repeat;
  
  
}

@media only screen and (max-width: 600px) {
  .kartya {
     max-width: 100%; 
  
    max-height: 200px;
}
}/* End custom CSS */