@keyframes flip {
    0%,
    100% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(-1);
    }
}

#branddi-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    letter-spacing: 5px;
    z-index: 999999;
}

.logo-branddi {
    border: 0;
    margin-bottom: 1rem;
    text-align: center;
}

.logo-branddi > img {
    display: block;
    max-width: 100%;
    height: auto;
    animation: flip 1s infinite;
    transform-origin: center;
}

.b_img_header > .mmanstitle {
    height: auto !important;
}

.b_adMiddle .slide.see_more,
.hsl_carousel .slide,
.aJOXUd {
    height: auto !important;
}
