.custom-image-wrapper{display:none}@media (max-width:768px){.custom-image-wrapper{align-items:center;display:flex;height:auto;justify-content:center;width:100%}.custom-image-wrapper img{animation:pulse 4s infinite}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}