.carousel-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

/* 
.carousel-inner {
    overflow: hidden;
    position: relative;
}

#carousel {
    width: 10000px;
    position: relative;
    top: 0; left: -450px;
}

.carousel-contents {
    display: flex;
} */

#window {
    overflow: hidden;
    position: relative;
}

#carousel {
    width: 10000px;
    position: relative;
    top: 0;
    left: -406px;
}

.slide {
    /* height: 300px; */
    /* width: 386px; */
    cursor: pointer;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.carousel-item {
    height: 225px;
    /* min-width: 386px; */

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    border-radius: 20px;

    color: #333;
    display: flex;

    justify-content: center;
    align-items: center;

    background-blend-mode: darken;
    background-color: #3336;

    margin: 10px;
}

.icon-chevron {
    fill: var(--e-global-color-accent);
    height: 20px;
    width: 20px;
    font-size: 20px;
    margin: auto;
    cursor: pointer;
}

.link-icon-actual {
    fill: #fff;
    height: 50px;
    width: 50px;
    font-size: 50px;
    margin: auto;
}

.transition {
    transition: .7s;
}

.iframe-container {
    display: flex;
    justify-content: center;
}

