.row-feature.loading0{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99999999999;
    overflow: hidden;
    background-color: #f4e4e3;
    opacity: 1;
    /* transition: 0.5s; */

}
.row-feature.loading0 img {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
}

.custom.loading0 div.load0 {
    /* position: absolute !important; */
    right: 0;
    top: 0;
    left: 0;
    height: 100%;
    bottom: 0;
    text-align: center;
    display: table;
    width: 100%;
}
.custom.loading0 .load1 {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: baseline;
    background-color: white;
    width: 50% !important;
    /* height: 100%; */
}
.custom.loading0  {
    left: 0;
    top: 0;
    background: #19171a url(../images/loading3.gif);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    opacity: 1;
    right: 0;
    bottom: 0;
    position: fixed;
    transition: 0s;
    max-width: 100%;
    width: 100%;
}
