.view[name='loading'] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.view[name='loading'] > .content {
    position: fixed;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    text-align: center;
}
.view[name='loading'] > .content > img {
    margin-bottom: 12px;
}