.automated .display {
    height: fit-content;
    background: white !important;
    border: 1px rgb(230, 230, 230) solid;
    border-color: rgb(200, 200, 200);
    overflow: hidden;
    border-radius: 3px;
    max-width: 24em;
    border-color: rgb(180, 180, 180);
}
.automated .display .iframe-container {
    position: relative;
    width: 100%;
    height: 13em;
    object-fit: contain;
    background-color: black !important;
    object-position: center;
}
.automated .display .head {
    color: var(--KAH-color-theme-1);
    font-size: 17px;
    margin-top: 1.4em;
}
.automated .display .body {
    color: var(--KAH-color-theme-1);
    font-size: 13px;
    margin-top: 0.4em;
    font-weight: 500;
    width: 80%;
    text-align: justify;
    text-align-last: center;
    word-break: break-word;
    margin-bottom: 2em;
}
.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: none;
}
.fixed .bg {
    background: black;
    opacity: 85%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 96%;
    left: 0;
}
.fixed .container {
    position: absolute;
    width: fit-content;
    height: fit-content;
    max-height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px rgb(255, 255, 255) solid;
    border-radius: 0px;
    overflow: hidden;
    border: 0 !important;
}
.fixed .container .video {
    position: relative;
    width: 96vw;
    max-width: 100em;
    height: fit-content;
    max-height: 100%;
    object-fit: contain;
}
.automated .display {
    width: 91vw;
    left: 0;
    right: 0;
    background: var(--KAH-color-theme-1) !important;
    color: white !important;
}
.automated .display * {
    color: white !important;
}
.automated .display .body {
    font-weight: 100;
}
.automated {
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 8em;
    padding: 0;
    position: relative;
    transform: translateX(-.5em);
}
.audio-container {
    border: 0 !important;
}
@media screen and (max-device-width: 480px) {
    .automated {
        position: relative;
        width: fit-content;
        left: 50%;
        right: 0;
        transform: translateX(-50%);
        margin: unset;
        margin-top: 7em;
    }
}
.automated .display .head {
    width: 80% !important;
    text-align: center !important;
}
.fixed .container .video {
    max-height: 90vh;
    width: fit-content;
}
.automated .display .head {
    text-overflow: ellipsis;
    height: fit-content;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.automated .display {
    background-color: rgb(5, 5, 25) !important;
}
.automated .display .head {
    text-transform: capitalize;
    letter-spacing: 1px;
    word-spacing: 0px;
    text-transform: capitalize;
    letter-spacing: 1px;
    word-spacing: 0px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3em;
}
.automated .display .body {
    text-transform: capitalize;
    letter-spacing: 1px;
    word-spacing: 0px;
    text-transform: capitalize !important;
    letter-spacing: 1px;
    word-spacing: 0px;
    font-size: 16px;
    font-weight: 400;
}
.automated .display {
    background: rgb(75, 75, 75) !important;
    border-radius: 3px;
    padding-bottom: 1em !important;
}