@import "../index";

.fct-grid-layout {
    > * {
        position: relative;
        > * {
            position: relative;
        }
    }
}
