/* 
 Theme Name:     Deckdesign
 Author:         Deckdesign
 Author URI:     https://deckdesign.hu/
 Template:       Divi
 Version:        4.19.5
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.9.5
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.sliderzoom {
 animation: kbsl 60s infinite;
}

@keyframes kbsl {
 0% {
  transform:scale(1)
 }
 50% {
  transform:scale(1.2)
 }
 100% {
  transform:scale(1)
 }
}
