.dci-cover {
    position: relative;
    left: 50%;
    transform: translateX(-50svw);
    width: 100svw;
    height: 20svw;
    overflow: hidden;
    margin: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    text-shadow: 0 0 1em var(--color-black);
}
.dci-course-cover {
    grid-column-end: 3;
    grid-column-start: 1;
}
.dci-course-cover .dci-cover {
    margin: 0;
}
.dci-cover.is-editing {
    width: 100%;
    transform: none;
    left: 0;
}

.dci-cover.align-left {
    justify-content: left;
}
.dci-cover.align-right {
    justify-content: right;
}

.dci-cover .carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.dci-cover .carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dci-cover .carousel .splide {
    height: 100%;
}
.dci-cover .carousel .splide :is(.splide__track, .splide__list) {
    height: 100%;
}
.dci-cover .carousel .splide li[role="presentation"] button {
    padding: 0;
    margin: 0 0.5rem;
    background: var(--color-white);
}
.dci-cover .carousel .splide__arrows {
    display: none;
}

.dci-cover img.logo {
    position: absolute;
    z-index: 100;
    height: 100%;
    width: auto;
    position: relative;
}

#il_center_col > .dci-cover:first-child:not(.is-editing) {
    margin-top: -50px;
}
