.amx-retailtalks-carousel { 
    padding: 0 2rem;
    height: 500px;
}

@media(min-width: 1400px) {
   .amx-retailtalks-carousel { 
        height: 600px;
    } 
}

.amx-retailtalks-carousel .splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.amx-retailtalks-carousel .video-js {
    width: auto;
    height: 100%;
    aspect-ratio: 9 / 16;
    background-color: #cfcfcf;
}

.splide__pagination {
  bottom: -30px;
}

.vjs-poster img {
    border-radius: 16px;
}