/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* GSAP */
.svg-container {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transform-origin: center;
}

.svg-container > svg {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}
