@include exports('animation/container') {
.k-animation-container {
    position: absolute;
    overflow: hidden;
    z-index: 100;

    &-fixed {
        position: fixed;
    }
}
}
