.value-left {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.value-left-title{
    height: 10%;
    width: 100%;
    text-align: center;
    color: var(--main-white);
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.value-left-img {
    object-fit: cover;
    height: 100%;
}


.value-right {
    width: 60%;
    height: 100%;
    padding: 3% 7%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.value-right-intro {
    color: var(--main-white);
    font-weight: 200;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
}

.value-right-video {
    max-height: 50%;
    pointer-events: all;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.splide__tendencia {
    cursor:grab;
    height: 100%;
}

.section-container, .splide__track, .splide__arrows, .splide {
    pointer-events: all;
}

iframe {
    display: block !important;
}

@media screen and (max-width: 700px) {
    .value-of-the-month {
        height: auto;
        position: relative;
    }

    .value-of-the-month .splide__arrow {
        top: 50vh;
    }
    .value-left {
        width: 100%;
        height: 50vh;
    }

    .value-left-title {
        /* font-size: 0.6rem; */
        position: absolute;
        top: 0;
        /* width: auto; */
        /* min-width: 100%; */
        padding-left: 0px;
        width: 86%;
        text-align: center;
        height: 8vh;
        font-size: 1rem;
    }
    
    .value-right {
        padding-top: 5vh;
        width: 100%;
        height: auto;
    }

    .value-right-intro {
        font-size: 0.6rem;
        height: auto;
    }

    .value-right-video {
        height: auto;
        padding-top: 5vh;
        padding-bottom: 3vh;
    }
}