.fade-appear {
    opacity: 0.01;

    &.fade-appear-active {
        opacity: 1;
        transition: opacity .5s ease-in;
    }
}

.imgWarp {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    > img{
        display: block;
        width: 100%;
        height: 100%;
    }
}