.textslidervideo_1 {
    padding: 20px;
}
.textslidervideo_1 .textslidervideo_1_inner {
    aspect-ratio: 10 / 6;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row;
}
.textslidervideo_1 .tsv1Col {
    width: 49%;
    height: 100%;
}
.textslidervideo_1 .tsv1Col.tsv1_left {
}
.textslidervideo_1 .tsv1Col.tsv1_right {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: column;
}


.textslidervideo_1 .tsv1_slider, 
.textslidervideo_1 .splide, 
.textslidervideo_1 .splide__track, 
.textslidervideo_1 .splide__list, 
.textslidervideo_1 .splide__slide, 
.textslidervideo_1 .tsv1_imgContent, 
.textslidervideo_1 .modelSliderItemContent {
    width: 100%;
    height: 100%;
}
.textslidervideo_1 .splide {
    aspect-ratio: 4 / 5;
}
.textslidervideo_1 .splide .splide__track {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.textslidervideo_1 .modelSliderItemContent {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.textslidervideo_1 .modelSliderItemContent img {
    height: 100%;
}

.textslidervideo_1 .splide .splide__arrow {
    background-color: #fff;
    border-radius:0;
    transform: scale(1.2);
}
.textslidervideo_1 .splide .splide__arrow--prev {
    left:0;
}
.textslidervideo_1 .splide .splide__arrow--next {
    right:0;
}

.textslidervideo_1 .splide .splide__pagination {
    bottom: 0.6em;
}


.textslidervideo_1 .tsv1_modelDetails_text {
    max-height: 49%;
    margin-bottom: 10%;
    overflow: hidden;
    overflow-y: scroll;

    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.textslidervideo_1 .tsv1_modelDetails_text h3 {
    margin-top: 0;
    font-size: 1em;
    line-height: 1em;
}
.textslidervideo_1 .tsv1_modelDetails_text p:last-child {
    margin-block-end: 0;
}

.textslidervideo_1 .tsv1_modelDetails_video {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.textslidervideo_1 .tsv1_modelDetails_video iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}


@media (max-width: 860px) {
    .textslidervideo_1 .textslidervideo_1_inner {
        aspect-ratio: unset;
        flex-flow: column-reverse;
    }
    .textslidervideo_1 .tsv1Col {
        width: 100%;
    }
    .textslidervideo_1 .tsv1Col.tsv1_right {
        margin-bottom: 30px;
    }
}