*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-transition: ease all 1s;
    -moz-transition: ease all 1s;
    -o-transition: ease all 1s;
    transition: ease all 1s;
    -webkit-font-smoothing: antialiased;
}
.full-div{
    position: fixed;
    z-index: 1031;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 7%;
    background: white;
}
.pre-load {
    width: 100%;
    height: 100%;
    background: url('../img/logo/f12studio_load.png') no-repeat 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.scale-anim {
    transform: scale(0);
}
.opacity-anim {
    opacity: 0;
    z-index: -100;
}
