﻿body:not(.home) .mil-ball,
body:not(.home) .mil-preloader {
    display: none;
}

.mil-calendar-embed {
    position: relative;
    padding-top: 62.5%;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

@media (max-width: 767px) {
    .mil-calendar-embed {
        padding-top: 120%;
        border-radius: 20px;
    }
}

.mil-calendar-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: #ffffff;
}

/*# sourceMappingURL=custom.css.map */
